password: plain-text password and hashed password datatypes and functions

[ bsd3, data, library ] [ Propose Tags ]

A library providing types for working with plain-text and hashed passwords, generally from web applications.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 1.0.0.0, 2.0.0.0, 2.0.0.1, 2.0.1.0, 2.0.1.1, 2.1.0.0, 2.1.1.0, 3.0.0.0, 3.0.1.0, 3.0.2.0, 3.0.2.1, 3.0.3.0, 3.0.4.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), scrypt, text [details]
License BSD-3-Clause
Copyright Copyright (c) 2019 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com
Category Data
Home page https://github.com/cdepillabout/password/password#readme
Bug tracker https://github.com/cdepillabout/password/issues
Source repo head: git clone https://github.com/cdepillabout/password
Uploaded by cdepillabout at 2019-03-31T06:27:45Z
Distributions LTSHaskell:3.0.4.0, NixOS:3.0.4.0, Stackage:3.0.4.0
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3953 total (65 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-31 [all 1 reports]

Readme for password-0.1.0.0

[back to package description]

password

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

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

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