packages feed

password-types-1.0.0.0: README.md

# password-types

[![Build Status](https://github.com/cdepillabout/password/workflows/password/badge.svg)](http://github.com/cdepillabout/password)
[![Hackage](https://img.shields.io/hackage/v/password-types.svg)](https://hackage.haskell.org/package/password-types)
[![Stackage LTS](http://stackage.org/package/password-types/badge/lts)](http://stackage.org/lts/package/password-types)
[![Stackage Nightly](http://stackage.org/package/password-types/badge/nightly)](http://stackage.org/nightly/package/password-types)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)

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

Also, see the [password](https://hackage.haskell.org/package/password) package for
functions to hash and check passwords.