EncryptionVerifier
Overview
EncryptionVerifier यह एक क्लास है Aspose.Cells FOSS के लिए Python।.
क्रिप्टोकरेंसी वेरिएंट और वारिसिंग की पुष्टि करता है।.
इस कक्षा में पायथन प्रोग्रामों में EncryptionVerifier वस्तुओं के साथ काम करने के लिए 4 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: decrypt_data_integrity, decrypt_key_value, generate_verifier_agile, verify_password_agile. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Cells FOSS को स्थापित करने के बाद Python पैकेज।.
Methods
| Signature | Description |
|---|---|
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) | एचएमएसी कुंजी और मूल्य (MS-OFFCRYPTO 2.3.4.14) को डिक्रिप्ट करें।. |