The scrypt package
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.
Properties
| Versions | 0.1, 0.1.1, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6 |
|---|---|
| Dependencies | base (4.*), bytestring (0.9.*) |
| License | BSD3 |
| Copyright | Copyright 2011 Falko Peters |
| Author | Falko Peters <falko.peters@gmail.com> |
| Maintainer | Falko Peters <falko.peters@gmail.com> |
| Stability | experimental |
| Category | Cryptography |
| Home page | http://github.com/informatikr/scrypt |
| Bug tracker | http://github.com/informatikr/scrypt/issues |
| Source repository | git clone http://github.com/informatikr/scrypt |
| Upload date | Mon Jun 27 16:59:44 UTC 2011 |
| Uploaded by | FalkoPeters |
| Built on | ghc-7.0 |
Modules
- Crypto
Downloads
- scrypt-0.2.1.tar.gz (Cabal source package)
- package description (included in the package)