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

Changelog

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

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Tue, 20 Dec 2011 18:04:02 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Clint Adams
Architectures:
any all
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.orig.tar.gz 6.4 KiB caa44e13f2746f9cf0efb3b2bf0194064b52675a28d3c14ddc4d31234bde690d
haskell-pwstore-fast_2.2-1build1.debian.tar.gz 2.3 KiB a22c38069fbeb8d2d5598814f20180092491de1b2b10a64ee5c7ccc2dcfae27e
haskell-pwstore-fast_2.2-1build1.dsc 2.4 KiB 7a68881449dab19b3e717429281401e3ff30e106a8cc98836c56eb70478e457b

Available diffs

View changes file

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.