@hackage password3.0.2.0
Hashing and checking of passwords
Categories
License
BSD-3-Clause
Maintainer
cdep.illabout@gmail.com, felix.paulusma@gmail.com
Links
Versions
Installation
CustomDependencies (8)
- base >=4.9 && <5
- base64 >=0.3 && <0.5
- bytestring >=0.10.8.1 && <0.12
- cryptonite >=0.15.1
- memory >=0.14
- password-types <2 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 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.