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ยง
- Encrypted
File Storage - Encrypted file storage for headless Linux environments.