pwstore-fast

Version 2.4.4 revision 0 uploaded by PeterScott.

Package meta

Synopsis
Secure password storage.
Description

To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable.

Author
Peter Scott
Bug reports
n/a
Category
Cryptography
Copyright
n/a
Homepage
https://github.com/PeterScott/pwstore
Maintainer
pjscott@iastate.edu
Package URL
n/a
Stability
n/a

Components