logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Secret Tool - Manage Passwords Securely | Online Free DevTools by Hexmos

Manage passwords securely with Secret Tool. Store, retrieve, and delete secrets using command line interface. Free online tool, no registration required.

secret-tool

Store and retrieve passwords, part of the libsecret package. Communicates with Freedesktop secret service implementations such as gnome-keyring. More information: https://gnome.pages.gitlab.gnome.org/libsecret/.

  • 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:

secret-tool clear key {{key}}

See Also