How to Install libghc-pwstore-fast-prof in Ubuntu 18.04



Install libghc-pwstore-fast-prof by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-pwstore-fast-prof

Description:

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.

Homepage: https://github.com/PeterScott/pwstore

Version: 2.4.4-7build10

Section: universe/haskell