bcrypt: Haskell bindings to the bcrypt password hash
Haskell bindings to the bcrypt password hash.
Unlike other bindings already in existence, this package is designed to allow users to work directly with password hash strings that include information about the hashing algorithm, strength, and salt. This approach allows hashed passwords to be stored in a single field that can also be used by non-Haskell applications, and makes it easy to implement a policy of updating passwords hashed to an old policy next time the plaintext password is available.
Version 1.1.3 of the OpenWall C source for bcrypt is included in this package (http://www.openwall.com/crypt/). The only modification is that the flag which enables the use of assembler has been disabled.
Downloads
- bcrypt-0.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
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11 |
---|---|
Dependencies | base (>=3 && <5), bytestring (>=0.9), entropy (<0.4) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2011 Andrew Miller |
Author | Andrew Miller |
Maintainer | andrew@amxl.com |
Category | Data, Cryptography |
Source repo | head: git clone http://github.com/a1kmm/hs-bcrypt |
Uploaded | by AndrewMiller at 2014-08-26T10:31:03Z |
Distributions | LTSHaskell:0.0.11, NixOS:0.0.11, Stackage:0.0.11 |
Reverse Dependencies | 10 direct, 5 indirect [details] |
Downloads | 13116 total (74 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |