EncryptionParameters

EncryptionParameters

Overview

EncryptionParameters is a class in Aspose.Cells FOSS for Python.

Base class for encryption parameters.

Properties

NameTypeAccessDescription
encryption_type``ReadSpecifies the overall encryption mode used for protecting the workbook
cipher_algorithm``ReadIndicates the cipher algorithm (e.g., AES) applied to encrypt the file
hash_algorithm``ReadDefines the hash algorithm used for password verification
spin_count``ReadSets the number of hash iterations to strengthen password hashing

Methods

SignatureDescription
__init__(encryption_type, cipher_algorithm, hash_algorithm, spin_count)Initialize encryption parameters.

See Also