EncryptionParameters
Overview
EncryptionParameters is a class in Aspose.Cells FOSS for Python.
Base class for encryption parameters.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encryption_type | `` | Read | Specifies the overall encryption mode used for protecting the workbook |
cipher_algorithm | `` | Read | Indicates the cipher algorithm (e.g., AES) applied to encrypt the file |
hash_algorithm | `` | Read | Defines the hash algorithm used for password verification |
spin_count | `` | Read | Sets the number of hash iterations to strengthen password hashing |
Methods
| Signature | Description |
|---|---|
__init__(encryption_type, cipher_algorithm, hash_algorithm, spin_count) | Initialize encryption parameters. |