GNOME Keyring


GNOME Keyring is a software application designed to store security credentials such as usernames, passwords, and keys, together with a small amount of relevant metadata. The sensitive data is encrypted and stored in a keyring file in the user's home directory. The default keyring uses the login password for encryption, so users don't need to remember yet another password.
As of 2009, GNOME Keyring was part of the desktop environment in the operating system OpenSolaris.
GNOME Keyring is implemented as a daemon and uses the process name gnome-keyring-daemon. Applications can store and request passwords by using the libgnome-keyring library.
GNOME Keyring is part of the GNOME desktop. As of 2006, it integrated with NetworkManager to store WEP passwords. GNOME Web and the email client Geary uses GNOME Keyring to store passwords.
In 2009, a statistical study of software packages in the Red Hat GNU/Linux distribution found that packages depending upon GNOME Keyring were less likely to be associated with software vulnerabilities than those with a dependency upon kdelibs.
On systems where GNOME Keyring is present, software written in Vala can use it to store and retrieve passwords.

GNOME Keyring Manager

The GNOME Keyring Manager was a user interface for the GNOME Keyring. As of GNOME 2.22, it is deprecated and replaced entirely with Seahorse.