StandardEncryptionParameters

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

NameTypeAccessDescription
salt_size``ReadSpecifies the size in bytes of the cryptographic salt used for encryption
verifier_size``ReadSpecifies the size in bytes of the password verifier stored in the encrypted file

Methods

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

See Also