Expand description
Structs§
- Chacha
- A tool to encrypt and decrypt data with
chacha20poly1305, with a key that is derived from the given password usingpbkdf2. - Chacha
B64 - A wrapper around
Chacha, which usesbase64to convert the Cipher-struct used by Chacha into the fully String-basedCipherB64. - Cipher
- The values that need to be provided to the decrypt call, in addition to the password and optionally the auth tag.
- Cipher
B64 - The values that need to be provided to the decrypt call, in addition to the password and the auth tag.
Enums§
- Error
- Errors that can occur during encryption or decryption.