gnome-keyring 46.2
Daemon to store passwords and encryption keys
gnome-keyring
is a program that keeps passwords and other secrets for users. It is run as a daemon in the session, similar to ssh-agent
, and other applications locate it via an environment variable or D-Bus.
The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends.
- Outputs:
out
- Website: https://www.gnome.org
- Licenses: LGPL 2.1+
- Package source: gnu/packages/gnome.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gnome-keyring 46.2
as follows:
guix install gnome-keyring@46.2
Or install the latest version:
guix install gnome-keyring
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.