AgileEncryptionParameters

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

NameTypeAccessDescription
salt_size``ReadSpecifies the size in bytes of the random salt used in key derivation
block_size``ReadIndicates the block size in bytes for the encryption algorithm
key_bits``ReadDefines the length of the encryption key in bits

Methods

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

See Also