GNOME Keyring: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
→See also: Removed redlink |
||
Line 34: | Line 34: | ||
* [[Seahorse (software)]] |
* [[Seahorse (software)]] |
||
* [[Password Safe]] |
* [[Password Safe]] |
||
* [[Handy Password]] |
|||
* [[Linux on the desktop]] |
* [[Linux on the desktop]] |
||
Revision as of 15:21, 7 April 2014
Developer(s) | GNOME developers |
---|---|
Repository | |
Written in | C |
Operating system | Cross-platform |
Type | |
License | GPL |
Website | wiki |
GNOME Keyring is a daemon application designed to take care of the user's security credentials, such as user names and passwords. The sensitive data is encrypted and stored in a keyring file in the user's home folder. The default keyring uses the login password for encryption, so users don't need to remember yet another password.
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.
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.[1]
See also
- KWallet, the KDE equivalent
- Apple Keychain
- KeePass
- NetworkManager
- LastPass
- Roboform
- Seahorse (software)
- Password Safe
- Linux on the desktop
External links
- GNOME Keyring Wikipage on wiki.gnome.org
- GNOME Keyring git on git.gnome.org
- Gnome Keyring Security Philosophy