EncryptionVerifier

EncryptionVerifier — Aspose.Cells FOSS Python API Reference

EncryptionVerifier — EncryptionVerifier class in the Aspose.Cells FOSS Python API..

Package: aspose.cells_foss


Methods

MethodReturnsDescription
generate_verifier_agile(password, salt, hash_algorithm, cipher_algorithm, spin_count)void
verify_password_agile(password, salt, encrypted_verifier, encrypted_verifier_hash, hash_algorithm, cipher_algorithm, spin_count)void
decrypt_key_value(h_base, key_salt, encrypted_key_value, hash_algorithm, cipher_algorithm)void
decrypt_data_integrity(secret_key, package_salt, encrypted_hmac_key, encrypted_hmac_value, hash_algorithm, block_size, hash_size)void

See Also