@hackage keyring0.1.0.1

Keyring access

keyring provides access to the system's keyring to securely store passwords.

Currently this library supports the following keyring implementations:

  • Keychain on OS X

  • KWallet on KDE

The System.Keyring module provides the high-level functions getPassword and setPassword to easily get and set passwords in the keyring of the current user. The appropriate backend is chosen automatically.