@hackage password3.0.4.0

Hashing and checking of passwords

password

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

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

Currently supports the following algorithms:

  • PBKDF2
  • bcrypt
  • scrypt
  • Argon2

Also, see the password-instances package for instances for common typeclasses.

  • Installation

    Custom

  • Dependencies (9)

  • Dependents (2)

    @hackage/password-instances, @hackage/polysemy-account
  • 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.

      cryptonite
       (off by default)

      Use the [cryptonite] library as the cryptographic backend. (Does nothing until a future major version)

      pbkdf2
       (on by default)

      Compile with PBKDF2 support?

      scrypt
       (on by default)

      Compile with scrypt support?