Commands
obscuro auth
Manage OS keychain password storage
Subcommands
auth store
obscuro auth storePrompts for your master password and saves it in the OS keychain (keyed by your vault's salt).
auth clear
obscuro auth clearRemoves the stored password from the keychain.
auth status
obscuro auth statusTells you whether a password is currently saved in the keychain.
Supported Keychains
| OS | Backend |
|---|---|
| macOS | Keychain |
| Linux | Secret Service (DBUS) |
| Windows | Credential Manager |
Under the hood, this uses go-keyring.