scrypt-0.5.0

Synopsis

Stronger password hashing via sequential memory-hard functions.

Description

This package provides bindings to Colin Percival's `scrypt` implementation (<http://www.tarsnap.com/scrypt.html>). 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: <http://www.tarsnap.com/scrypt/scrypt.pdf>.

Author

Falko Peters <falko.peters@gmail.com>

Maintainer

Falko Peters <falko.peters@gmail.com>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library scrypt:
  • ["base >=4 && <5","base64-bytestring >=0.1","bytestring >=0.9","entropy >=0.2"]
test-suite scrypt-test:
  • ["scrypt","base >=4 && <5","bytestring >=0.9","HUnit >=1.2","QuickCheck >=2 && <3","test-framework >=0.6","test-framework-hunit >=0.2","test-framework-quickcheck2 >=0.2"]