Expand description
The abcrypt-py
crate is the Python bindings for the abcrypt
crate.
Structs§
- Specifications of the abcrypt encrypted data format.
- The Argon2 parameters used for the encrypted data.
Functions§
- Decrypts
ciphertext
and into a newly allocatedbytes
. - Encrypts
plaintext
and into a newly allocatedbytes
. - Encrypts
plaintext
with the specified Argon2 type, Argon2 version and Argon2 parameters and into a newly allocatedbytes
. - Encrypts
plaintext
with the specified Argon2 parameters and into a newly allocatedbytes
.