commands.sh

secret-tool

linux

Store and retrieve passwords, part of the `libsecret` package. Communicates with Freedesktop secret service implementations such as `gnome-keyring`.

More info →

Examples (4)

Store a secret with an optional label

secret-tool store --label=label key value

Retrieve a secret

secret-tool lookup key key

Get more information about a secret

secret-tool search key key

Delete a stored secret

made by @shridhargupta | data from tldr-pages