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).
This class provides 1 method for working with StandardEncryptionParameters objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: cipher_algorithm, encryption_type, hash_algorithm, salt_size, spin_count, verifier_size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Gets the salt size. |
verifier_size | `` | Read | Gets the verifier size. |
encryption_type | `` | Read | Gets the encryption type. |
cipher_algorithm | `` | Read | Gets the cipher algorithm. |
hash_algorithm | `` | Read | Gets the hash algorithm. |
spin_count | `` | Read | Gets the spin count. |
Methods
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Standard encryption parameters. |