EncryptionVerifier
Apžvalga
EncryptionVerifier yra Aspose.Cells FOSS klasė Python.
Šifravimas tikrina generavimą ir patvirtinimą.
Ši klasė siūlo 4 metodus, kaip dirbti su EncryptionVerifier objektais Python programose. Galimi metodai apima: decrypt_data_integrity, decrypt_key_value, generate_verifier_agile, verify_password_agile. Visi viešieji nariai yra prieinami bet kokiam „Python“ programai po to, kai įdiegėte Aspose.Cells FOSS „ Python“.
Metodai
| Signature | Aprašymas |
|---|---|
generate_verifier_agile(password, salt, hash_algorithm, cipher_algorithm, spin_count) | Įveskite PasswordKeyEncryptor laukas (MS-OFFCRYPTO 2.3.4.13). |
verify_password_agile(password, salt, encrypted_verifier, encrypted_verifier_hash, hash_algorithm, cipher_algorithm, spin_count) | Įsitikinkite slaptažodį Agilus šifravimas (MS-OFFCRYPTO 2.3.4.13). |
decrypt_key_value(h_base, key_salt, encrypted_key_value, hash_algorithm, cipher_algorithm) | Iššifruoti vidutinę raktinę vertę (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) | Iššifruoti HMAC raktas ir vertė (MS-OFFCRYPTO 2.3.4.14). |