keyring: 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.
[Skip to Readme]
Modules
- System
- System.Keyring
- System.Keyring.Darwin
- System.Keyring.Unix
- System.Keyring.Unix.KDE
- System.Keyring
Flags
Manual Flags
Name | Description | Default |
---|---|---|
allbackends | Try to build as many backends as possible | Disabled |
example | Build an example executable | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- keyring-0.1.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.6 && <4.10), bytestring (>=0.10 && <0.11), keyring, udbus (>=0.2 && <0.3), utf8-string (>=1 && <1.1) [details] |
License | MIT |
Copyright | (C) 2014, 2015 Sebastian Wiesner |
Author | Sebastian Wiesner |
Maintainer | swiesner@lunaryorn.com |
Category | System |
Home page | https://github.com/lunaryorn/haskell-keyring |
Bug tracker | https://github.com/lunaryorn/haskell-keyring/issues |
Source repo | head: git clone https://github.com/lunaryorn/haskell-keyring.git -b master this: git clone https://github.com/lunaryorn/haskell-keyring.git(tag 0.1.0.5) |
Uploaded | by lunaryorn at 2017-02-20T09:46:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | keyring-example |
Downloads | 4814 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2017-02-20 [all 3 reports] |