Obscuro
Commands

obscuro auth

Manage OS keychain password storage

Subcommands

auth store

obscuro auth store

Prompts for your master password and saves it in the OS keychain (keyed by your vault's salt).

auth clear

obscuro auth clear

Removes the stored password from the keychain.

auth status

obscuro auth status

Tells you whether a password is currently saved in the keychain.

Supported Keychains

OSBackend
macOSKeychain
LinuxSecret Service (DBUS)
WindowsCredential Manager

Under the hood, this uses go-keyring.

On this page