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. Announcements about hs-bcrypt (including security announcements) will be sent to https://groups.google.com/forum/#!forum/hs-bcrypt-announce/join - if you use this library please consider subscribing. This mailing list is moderated and is expected to have a very low volume of mail traffic.
Downloads
- bcrypt-0.0.11.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), data-default (>=0.6.0), entropy (<0.5), memory (>=0.9 && <1.0) [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 2017-12-31T22:07:03Z |
Distributions | LTSHaskell:0.0.11, NixOS:0.0.11, Stackage:0.0.11 |
Reverse Dependencies | 10 direct, 5 indirect [details] |
Downloads | 12987 total (70 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-01-01 [all 1 reports] |