Skip to main content

Module encryption

Module encryption 

Source

Re-exports§

pub use header::EncryptionHeader;
pub use key::SecureKey;
pub use page_encryptor::PageEncryptor;
pub use pbkdf2::derive_key as pbkdf2_derive_key;

Modules§

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)