Expand description
This module handles the encryption of data at rest.
It uses Argon2 for key derivation and ChaCha20Poly1305 for symmetric encryption.
Structsยง
- Storage
Encryption - A context for encrypting and decrypting data at rest.
This module handles the encryption of data at rest.
It uses Argon2 for key derivation and ChaCha20Poly1305 for symmetric encryption.