Crate abcrypt_py

Source
Expand description

The abcrypt-py crate is the Python bindings for the abcrypt crate.

Structs§

Format
Specifications of the abcrypt encrypted data format.
Params
The Argon2 parameters used for the encrypted data.

Functions§

decrypt
Decrypts ciphertext and into a newly allocated bytes.
encrypt
Encrypts plaintext and into a newly allocated bytes.
encrypt_with_context
Encrypts plaintext with the specified Argon2 type, Argon2 version and Argon2 parameters and into a newly allocated bytes.
encrypt_with_params
Encrypts plaintext with the specified Argon2 parameters and into a newly allocated bytes.