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 valueRetrieve a secret
secret-tool lookup key keyGet more information about a secret
secret-tool search key keyDelete a stored secret
secret-tool clear key keymade by @shridhargupta | data from tldr-pages