@hackage password2.0.0.1
Hashing and checking of passwords
Categories
License
BSD-3-Clause
Maintainer
cdep.illabout@gmail.com, felix.paulusma@gmail.com
Links
Versions
Installation
CustomDependencies (6)
- base >=4.9 && <5
- base64 >=0.3 && <0.5
- bytestring >=0.10.8.1 && <0.11
- cryptonite >=0.15.1 && <0.27
- memory >=0.14 && <0.16
- text >=1.2.2 && <1.3 Show all…
Dependents (8)
@hackage/wikimusic-model-hs, @hackage/password-instances, @hackage/wikimusic-api, @hackage/polysemy-account, @hackage/password-persistent, @hackage/password-cli, Show all…
password
This library provides datatypes and functions for working with passwords and password hashes in Haskell.
Currently supports the following algorithms:
PBKDF2bcryptscryptArgon2
Also, see the password-instances package for instances for common typeclasses.