Skip to main content

Module storage

Module storage 

Source
Expand description

Key storage backends.

Re-exports§

pub use encrypted_file::EncryptedFileStorage;
pub use keychain::KeyStorage;
pub use memory::MemoryStorage;
pub use passphrase_cache::PassphraseCache;
pub use passphrase_cache::get_passphrase_cache;
pub use passphrase_cache::parse_duration_str;

Modules§

encrypted_file
Encrypted file-based key storage for headless environments.
keychain
Keychain abstraction.
memory
In-memory key storage for testing.
passphrase_cache
OS keychain-backed passphrase cache.