Structs§
- Encrypted
Credentials - Encrypted credential storage format
- Encrypted
Token - A single encrypted token with its nonce
Functions§
- decrypt
- Decrypt ciphertext using AES-256-GCM
- derive_
key - Derive an encryption key from machine-specific identifiers. Uses Argon2 for key derivation to resist brute-force attacks.
- encrypt
- Encrypt plaintext using AES-256-GCM