EncryptionVerifier
Overview
EncryptionVerifier Python için Aspose.Cells FOSS sınıfıdır.
Şifreleme, üretim ve doğrulama kontrolü.
Bu sınıf Python programlarında EncryptionVerifier nesnelerle çalışmak için 4 yöntem sunar. Mevcut yöntemler şunları içerir: decrypt_data_integrity, decrypt_key_value, generate_verifier_agile, verify_password_agile. Tüm kamu üyeleri, Python paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
generate_verifier_agile(password, salt, hash_algorithm, cipher_algorithm, spin_count) | PasswordKeyEncryptor alanları oluşturun (MS-OFFCRYPTO 2.3.4.13). |
verify_password_agile(password, salt, encrypted_verifier, encrypted_verifier_hash, hash_algorithm, cipher_algorithm, spin_count) | Agile şifreleme için şifreli kontrol edin (MS-OFFCRYPTO 2.3.4.13). |
decrypt_key_value(h_base, key_salt, encrypted_key_value, hash_algorithm, cipher_algorithm) | Çözünürlüğe bağlı anahtar değer (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 anahtarı ve değerini şifrelemek (MS-OFFCRYPTO 2.3.4.14). |