Skip to main content

Module encrypted_file

Module encrypted_file 

Source
Expand description

Encrypted file-based key storage for headless environments.

Uses Argon2id for key derivation and XChaCha20-Poly1305 for encryption. Stores keys in ~/.auths/keys.enc with Unix permissions 0600.

Structsยง

EncryptedFileStorage
Encrypted file storage for headless Linux environments.