Rust implementation `libsodium/utils`.
Encrypt and store secrets in memory with password-based key derivation, authenticated encryption, and automatic zeroization
Use `memsec` protected secret memory.
Secure memory management with mlock, guard pages, and automatic zeroization
OpenSSH inspired in-memory key security.
A Box-like type that prevents paging its contents to disk.
AES-256-GCM encrypted terminal notebook. mlock'd cleartext buffer, Argon2id KDF, prctl-hardened.
Secure data types that protect sensitive data in memory via locking and zeroization.
Deterministic wallet entropy pipeline for Yadad with full security features.
Securely hold secrets in memory and protect them against cross-protection-boundary readout via microarchitectural, via attacks on physical layout, and via coldboot attacks.