Date: Mon, 13 Feb 2012 02:50:54 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/security/hs-pwstore-fast Makefile distinfo pkg-descr Message-ID: <201202130250.q1D2os1o053960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2012-02-13 02:50:54 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk Added files: security/hs-pwstore-fast Makefile distinfo pkg-descr Log: 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 Obtained from: FreeBSD Haskell Revision Changes Path 1.97 +2 -1 ports/lang/ghc/bsd.hackage.mk 1.1 +21 -0 ports/security/hs-pwstore-fast/Makefile (new) 1.1 +2 -0 ports/security/hs-pwstore-fast/distinfo (new) 1.1 +8 -0 ports/security/hs-pwstore-fast/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202130250.q1D2os1o053960>