Crate vaultist

source ·

Modules

Structs

An entry in the vault
An encrypted entry held within the vault
A vault for storing secrets

Enums

The possible versions of a Vaultist vault

Functions

Decrypt a byte array using the vault’s key.
Decrypt a secret from the vault.
Encrypt a byte array using a vault’s key.
Generates a random nonce for use with the XChaCha20Poly1305 cipher.
Generates a random salt for use with the Argon2 algorithm.