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
ciphertextand into a newly allocatedbytes. - encrypt
- Encrypts
plaintextand into a newly allocatedbytes. - encrypt_
with_ context - Encrypts
plaintextwith the specified Argon2 type, Argon2 version and Argon2 parameters and into a newly allocatedbytes. - encrypt_
with_ params - Encrypts
plaintextwith the specified Argon2 parameters and into a newly allocatedbytes.