PasswordDerivation
General
PasswordDerivation és una classe en Aspose.Cells per a Python.
Ajuts de derivació de contrasenyes per a encriptació Àgil.
Mètodes
| Signature | Description |
|---|---|
derive_hash_agile(password, salt, hash_algorithm, spin_count) | Derive H_n for Agile encryption (MS-OFFCRYPTO 2.3.4.11). |
derive_key_with_block_key(h_base, block_key, hash_algorithm, key_bits) | Derive key from H_n and block key (MS-OFFCRYPTO 2.3.4.11). |
derive_iv_agile(salt, block_key, hash_algorithm, block_size) | Derive IV for Agile encryption (MS-OFFCRYPTO 2.3.4.12). |