haskell-pwstore-fast 2.4.4-5 source package in Ubuntu

Changelog

haskell-pwstore-fast (2.4.4-5) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:57 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-pwstore-fast_2.4.4-5.dsc 2.7 KiB 3634cca30d624f7ac54e96f3a77df72991d114e14ab9990cadc033d104476aa3
haskell-pwstore-fast_2.4.4-5.debian.tar.xz 2.6 KiB dd7ff4c7c1b76d0bdbac04f963a0aa8aa69f09fe80e5f5a246ea7e981a4da849
haskell-pwstore-fast_2.4.4.orig.tar.gz 8.7 KiB 7219af66b6f762d9dd5376b3b25393d4d6626e390e9d9c9f87f6e3f13ea7fbb2

No changes file available.

Binary packages built by this source

libghc-pwstore-fast-dev: No summary available for libghc-pwstore-fast-dev in ubuntu yakkety.

No description available for libghc-pwstore-fast-dev in ubuntu yakkety.

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

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

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

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