EncryptionVerifier
نظرة عامة
EncryptionVerifier هو enum في Aspose.Cells لـ Python.
إنشاء ومصادقة مؤشر التشفير.
القيم
| Signature | Description |
|---|---|
generate_verifier_agile(password, salt, hash_algorithm, cipher_algorithm, spin_count) | Generate PasswordKeyEncryptor fields (MS-OFFCRYPTO 2.3.4.13). |
verify_password_agile(password, salt, encrypted_verifier, encrypted_verifier_hash, hash_algorithm, cipher_algorithm, spin_count) | Verify password for Agile encryption (MS-OFFCRYPTO 2.3.4.13). |
decrypt_key_value(h_base, key_salt, encrypted_key_value, hash_algorithm, cipher_algorithm) | Decrypt intermediate key value (MS-OFFCRYPTO 2.3.4.13). |
decrypt_data_integrity(secret_key, package_salt, encrypted_hmac_key, encrypted_hmac_value, hash_algorithm, block_size, hash_size) | Decrypt HMAC key and value (MS-OFFCRYPTO 2.3.4.14). |
الطرق
| التوقيع | وصف |
|---|---|
generate_verifier_agile(password, salt, hash_algorithm, cipher_algorithm, spin_count) | إنشاء PasswordKeyEncryptor (MS-OFFCRYPTO 2.3.4.13) الحقول. |
verify_password_agile(password, salt, encrypted_verifier, encrypted_verifier_hash, hash_algorithm, cipher_algorithm, spin_count) | تحقق من كلمة المرور للتشفير السريع (MS-OFFCRYPTO 2.3.4.13). |
decrypt_key_value(h_base, key_salt, encrypted_key_value, hash_algorithm, cipher_algorithm) | فك تشفير قيمة المفتاح الوسيطة (MS-OFFCRYPTO 2.3.4.13). |
decrypt_data_integrity(secret_key, package_salt, encrypted_hmac_key, encrypted_hmac_value, hash_algorithm, block_size, hash_size) | فك تشفير مفتاح و قيمة HMAC (MS-OFFCRYPTO 2.3.4.14). |