Module key_derivation

Module key_derivation 

Source
Expand description

Key derivation using Argon2id

Derives encryption keys from user passphrases using Argon2id, a memory-hard key derivation function resistant to GPU/ASIC attacks.

Structs§

DerivedKey
A derived encryption key
KeyDerivationParams
Parameters for key derivation

Functions§

derive_key
Derive an encryption key from a passphrase