Source: haskell-pwstore-purehaskell Priority: optional Section: misc Maintainer: Jeremy Shaw Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-sha-prof (>= 1.4.1), libghc-base64-bytestring-prof (>= 0.1) Build-Depends-Indep: ghc-doc, haddock, libghc-sha-doc (>= 1.4.1), libghc-base64-bytestring-doc (>= 0.1) Standards-Version: 3.8.1 Homepage: https://github.com/PeterScott/pwstore Package: libghc-pwstore-purehaskell-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Secure password storage, in pure 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. . Author: Peter Scott Upstream-Maintainer: pjscott@iastate.edu . This package contains the normal library files. Package: libghc-pwstore-purehaskell-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-pwstore-purehaskell-dev Description: Secure password storage, in pure 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. . Author: Peter Scott Upstream-Maintainer: pjscott@iastate.edu . This package contains the libraries compiled with profiling enabled. Package: libghc-pwstore-purehaskell-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Secure password storage, in pure 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. . Author: Peter Scott Upstream-Maintainer: pjscott@iastate.edu . This package contains the documentation files.