Skip to main content

Module vault_file

Module vault_file 

Source

Structs§

VaultEntry
One encrypted entry.
VaultFile
Passphrase-encrypted key vault on disk. KDF = Argon2id, cipher = ChaCha20-Poly1305.
VaultFile_Cipher
AEAD cipher used to seal each entry.
VaultFile_Kdf
Key-derivation parameters used to turn the passphrase into the 32-byte wrap key.

Enums§

VaultEntry_Purpose
What the key is used for.
VaultFile_VaultVersion
Version of the vault file schema itself.