Module storage

Module storage 

Source
Expand description

This module handles the encryption of data at rest.

It uses Argon2 for key derivation and ChaCha20Poly1305 for symmetric encryption.

Structsยง

StorageEncryption
A context for encrypting and decrypting data at rest.