Skip to content

Large scale encryption on the KMS using user defined functions

Notifications You must be signed in to change notification settings

Cosmian/cosmian_kms_python_udf

Repository files navigation

User Defined Functions in Python for Cosmian KMS

These functions let you perform large scale encryption and decryption operations to the Cosmian KMS. Please see the KMS documentation for more information.

The functions are exposed in the cosmian_kms module.

Please checks the tests in the tests directory for examples on how to use the functions and benchmarks.

The functions expects pandas dataframes to perform encryption and decryption operations with the following protocols :

  • AES-GCM (NIST SP 800-38D)
  • AES GCM SIV (RFC 8452)
  • AES XTS (NIST SP 800-38E)
  • ChCha20-Poly1305 (RFC 8439)

About

Large scale encryption on the KMS using user defined functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages