Expand description
OS keychain-backed passphrase cache.
Stores and retrieves passphrases by key alias using the platform keychain.
Separate from the main key storage — uses service name dev.auths.passphrase.
Structs§
- Noop
Passphrase Cache - No-op cache that never stores or returns anything.
Traits§
- Passphrase
Cache - Trait for storing/retrieving passphrases in the OS keychain.
Functions§
- get_
passphrase_ cache - Returns the platform-appropriate passphrase cache.
- parse_
duration_ str - Parses a human-friendly duration string into seconds.