@hackage scrypt0.4.0
Stronger password hashing via sequential memory-hard functions.
Categories
License
BSD-3-Clause
Maintainer
Falko Peters <falko.peters@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- base64-bytestring >=0.1
- bytestring >=0.9
- entropy >=0.2 Show all…
Dependents (7)
@hackage/yesod-auth-simple, @hackage/alto, @hackage/acme-everything, @hackage/password, @hackage/scat, @hackage/avers, Show all…
Welcome to scrypt
This is a Haskell library providing bindings to Colin Percival's scrypt implementation. Scrypt is a key derivation function designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.
Details of the scrypt key derivation function are given in a paper by Colin Percival, Stronger Key Derivation via Sequential Memory-Hard Functions: PDF.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/informatikr/scrypt.git
Authors
This library is written and maintained by Falko Peters, falko.peters@gmail.com.
Thanks to Thomas DuBuisson for suggesting the changes to make this package windows-compatible.