This package browser is in early development. Mind the rough edges.

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.

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.