password

plain-text password and hashed password datatypes and functions

https://github.com/cdepillabout/password/password#readme

Version on this page:0.1.0.1
LTS Haskell 22.17:3.0.4.0
Stackage Nightly 2024-04-17:3.0.4.0
Latest on Hackage:3.0.4.0

See all snapshots password appears in

BSD-3-Clause licensed by Dennis Gosnell
Maintained by [email protected]
This version can be pinned in stack with:password-0.1.0.1@sha256:b114607f9a15afcfc28acf73b5fd3a73605abe82496745b207ebb45324b1dc1f,1725

Module documentation for 0.1.0.1

Depends on 3 packages(full list with versions):
Used by 1 package in lts-14.23(full list with versions):

password

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This library provides datatypes and functions for working with passwords and password hashes in Haskell.

Also, see the password-instances package for instances for common typeclasses.

Changes

Changelog for password

0.1.0.1

  • Small fix to make sure the doctests build with stack. #3

0.1.0.0

  • Initial version.