Skip to main contentModule encryption
Source pub use key::SecureKey;pub use page_encryptor::PageEncryptor;pub use pbkdf2::derive_key as pbkdf2_derive_key;
- argon2id
- Argon2id Key Derivation Function (RFC 9106)
- blake2b
- BLAKE2b Hash Function (RFC 7693)
- header
- Encrypted Database Header
- key
- Key Management for RedDB Encryption
- page_encryptor
- Per-page encryption adapter binding a
SecureKey to the
canonical reddb-io-crypto envelope (#1053, ADR 0054). - pbkdf2
- PBKDF2-SHA256 Key Derivation Function (RFC 8018)