StandardEncryptionParameters
Overview
StandardEncryptionParameters is a class in Aspose.Cells FOSS for Python.
Inherits from: EncryptionParameters.
Parameters for Standard Encryption (ECMA-376 Part 2, Section 3).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Specifies the size in bytes of the cryptographic salt used for encryption |
verifier_size | `` | Read | Specifies the size in bytes of the password verifier stored in the encrypted file |
Methods
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Standard encryption parameters. |