PasswordDerivation
Overview
PasswordDerivation là một lớp trong Aspose.Cells FOSS cho Python.
Trợ giúp phát hành mật khẩu cho mã hóa Agile.
Khóa học này cung cấp 3 phương pháp để làm việc với các đối tượng PasswordDerivation trong các chương trình Python. Các phương pháp có sẵn bao gồm: derive_hash_agile, derive_iv_agile, derive_key_with_block_key. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Cells FOSS cho gói Python.
Methods
| Signature | Description |
|---|---|
derive_hash_agile(password, salt, hash_algorithm, spin_count) | Dữ liệu H_n cho mã hóa Agile (MS-OFFCRYPTO 2.3.4.11). |
derive_key_with_block_key(h_base, block_key, hash_algorithm, key_bits) | Chìa khóa lấy từ H_n và chìu khóa (MS-OFFCRYPTO 2.3.4.11). |
derive_iv_agile(salt, block_key, hash_algorithm, block_size) | Derive IV cho mã hóa Agile (MS-OFFCRYPTO 2.3.4.12). |