AgileEncryptionParameters
Overview
AgileEncryptionParameters is a class in Aspose.Cells FOSS for Python.
Inherits from: EncryptionParameters.
Parameters for Agile Encryption (ECMA-376 Part 2, Section 4).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
salt_size | `` | Read | Specifies the size in bytes of the random salt used in key derivation |
block_size | `` | Read | Indicates the block size in bytes for the encryption algorithm |
key_bits | `` | Read | Defines the length of the encryption key in bits |
Methods
| Signature | Description |
|---|---|
__init__(cipher_algorithm, hash_algorithm, spin_count) | Initialize Agile encryption parameters. |