diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:50:54 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:50:54 +0000 |
commit | 447fda15e54cc23b989d965be1578a0855294c0c (patch) | |
tree | 8e6c886b31265294eb0471af29cec114686c7de3 /security/hs-pwstore-fast/pkg-descr | |
parent | 0354bd0101d42a5e57c46752d9d55249809d324f (diff) |
Notes
Diffstat (limited to 'security/hs-pwstore-fast/pkg-descr')
-rw-r--r-- | security/hs-pwstore-fast/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/hs-pwstore-fast/pkg-descr b/security/hs-pwstore-fast/pkg-descr new file mode 100644 index 000000000000..9cd7d764fe0b --- /dev/null +++ b/security/hs-pwstore-fast/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: https://github.com/PeterScott/pwstore |