keyring

Keyring access

https://github.com/lunaryorn/haskell-keyring

Latest on Hackage:0.1.0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Sebastian Wiesner
Maintained by [email protected]

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.