@hackage password3.1.1.0
Hashing and checking of passwords
Categories
License
BSD-3-Clause
Maintainer
cdep.illabout@gmail.com, felix.paulusma@gmail.com
Links
Versions
Installation
CustomDependencies (10)
- base >=4.9 && <5
- base64 >=0.3 && <1.1
- bytestring >=0.9 && <0.13
- crypton >=1.1 && <1.2
- cryptonite >=0.15.1 && <0.31
- memory <1 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…
Package Flags
argon2
(on by default)
Compile with Argon2 support?
bcrypt
(on by default)
Compile with bcrypt support?
crypton
(off by default)
Use the [crypton] library as the cryptographic backend. (Does nothing since version 3.1.0.0; might be removed in a future major version)
cryptonite
(off by default)
Use the [cryptonite] library as the cryptographic backend.
memory-dep
(off by default)
Compile with [memory] dependency instead of [ram]
pbkdf2
(on by default)
Compile with PBKDF2 support?
scrypt
(on by default)
Compile with scrypt support?
password
This library provides functions for working with passwords and password hashes in Haskell.
It currently supports the following algorithms:
PBKDF2bcryptscryptArgon2
Also, see the password-instances package for instances for common typeclasses.
To quickly test and use password, you can use password-cli.