Package Info

ghc-pwstore-purehaskell


Secure password storage, in pure Haskell


Development/Libraries/Haskell

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 is implemented in pure Haskell, with no C dependencies. For a faster implementation, the pwstore-fast package has the exact same API but is about 25 times faster due to its use of the cryptohash package, which is partly implemented in C. This pure Haskell version is visibly slower, but still quite usable.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/pwstore-purehaskell

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
2.1.4-bp150.2.4 info GA Release 2018-08-01 15
  • AArch64
  • ghc-pwstore-purehaskell
  • ghc-pwstore-purehaskell-devel
2.1.4-bp150.2.7 info GA Release 2018-07-31 15
  • ppc64le
  • ghc-pwstore-purehaskell
  • ghc-pwstore-purehaskell-devel
2.1.4-bp150.2.8 info GA Release 2018-07-30 15
  • x86-64
  • ghc-pwstore-purehaskell
  • ghc-pwstore-purehaskell-devel