Module encryption

Source

Enums§

DecryptionError

Functions§

decrypt_object
Decrypts obj and returns the content of the string or stream. If obj is not an decryptable type, returns the NotDecryptable error.
get_encryption_key
Generates the encryption key for the document and, if check_password is true, verifies that the key is correct.