secure password storage
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://hackage.haskell.org/package/pwstore-fast
