PasswordDerivation
PasswordDerivation
Overview
PasswordDerivation 是Python的Aspose.Cells FOSS中的一个类.
敏捷加密的密码导出辅助程序.
这个类提供了在Python程序中使用PasswordDerivation 对象的3种方法. 有的方法包括: derive_hash_agile, derive_iv_agile, derive_key_with_block_key. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
derive_hash_agile(password, salt, hash_algorithm, spin_count) | 取出H_n为敏捷加密 (MS-OFFCRYPTO 2.3.4.11). |
derive_key_with_block_key(h_base, block_key, hash_algorithm, key_bits) | 从H_n和区块键 (MS-OFFCRYPTO 2.3.4.11) 取代密钥. |
derive_iv_agile(salt, block_key, hash_algorithm, block_size) | 敏捷加密的衍生IV (MS-OFFCRYPTO 2.3.4.12). |