haskell-pwstore-fast 2.2-1 source package in Ubuntu

Changelog

haskell-pwstore-fast (2.2-1) unstable; urgency=low


  * Initial release.

 -- Clint Adams <email address hidden>  Mon, 05 Sep 2011 17:11:42 -0400

Upload details

Uploaded by:
Clint Adams
Uploaded to:
Sid
Original maintainer:
Clint Adams
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-pwstore-fast_2.2-1.dsc 2.2 KiB cc01024ffdb1fcb6ac0002aa1717e3031dc770f0982f3fd522ad64c0e5faecc0
haskell-pwstore-fast_2.2.orig.tar.gz 6.4 KiB caa44e13f2746f9cf0efb3b2bf0194064b52675a28d3c14ddc4d31234bde690d
haskell-pwstore-fast_2.2-1.debian.tar.gz 2.2 KiB 6f10a3340206decdc4b40a08d96a247ef56a0945c6a09f587a4bdbfc76234088

No changes file available.

Binary packages built by this source

libghc-pwstore-fast-dev: secure password storage

 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on 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 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.

libghc-pwstore-fast-doc: secure password storage; documentation

 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on 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 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.

libghc-pwstore-fast-prof: secure password storage; profiling libraries

 This package provides a library for the Haskell programming language,
 compiled for profiling.
 See http://www.haskell.org/ for more information on 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 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.