password-3.1.0.2: README.md
# password
[](http://github.com/cdepillabout/password)
[](https://hackage.haskell.org/package/password)
[](http://stackage.org/lts/package/password)
[](http://stackage.org/nightly/package/password)
[](./LICENSE)
This library provides functions for working with passwords and password hashes in Haskell.
It currently supports the following algorithms:
* `PBKDF2`
* `bcrypt`
* `scrypt`
* `Argon2`
Also, see the [password-instances](https://hackage.haskell.org/package/password-instances)
package for instances for common typeclasses.
To quickly test and use `password`, you can use [password-cli](https://github.com/cdepillabout/password/tree/master/password-cli).