cvs commit: ports/lang/ghc bsd.hackage.mk ports/security/hs-pwstore-fast Makefile distinfo pkg-descr

Gabor Pali pgj at FreeBSD.org
Mon Feb 13 02:50:55 UTC 2012


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)


More information about the cvs-ports mailing list