Skip to main content

Module encryption

Module encryption 

Source

Enumsยง

BlobEncryptionError ๐Ÿ”’

Functionsยง

decrypt_blob_cipher ๐Ÿ”’
Decrypts a blob-encrypted Cipher into a CipherView.
encrypt_blob_cipher ๐Ÿ”’
Encrypts a CipherView into a blob-encrypted Cipher
is_blob_encrypted ๐Ÿ”’
Returns true if the cipherโ€™s data field contains a valid sealed blob.
is_legacy_cipher ๐Ÿ”’
Returns true if the cipher is not blob-encrypted (i.e. uses legacy field-level encryption).
seal_cipher ๐Ÿ”’
Seals a CipherView into an opaque blob string.
unseal_cipher ๐Ÿ”’
Unseals a cipherโ€™s blob data, returning the latest blob version.