bcrypt

Haskell bindings to the bcrypt password hash

LTS Haskell 22.13:0.0.11
Stackage Nightly 2024-03-14:0.0.11
Latest on Hackage:0.0.11

See all snapshots bcrypt appears in

BSD-3-Clause licensed by Andrew Miller
Maintained by [email protected]
This version can be pinned in stack with:bcrypt-0.0.11@sha256:93f9a686d9e7c33da7491b80455162b4b3f7b43dbb563b2d012c79f5b25d17c4,1892

Module documentation for 0.0.11

Used by 1 package in nightly-2019-07-18(full list with versions):

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.