password-types: Types for handling passwords

[ bsd3, data, library ] [ Propose Tags ]

A library providing types for working with plain-text and hashed passwords.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), bytestring (<1), memory (<1), text (<3) [details]
License BSD-3-Clause
Copyright Copyright (c) Dennis Gosnell & Felix Paulusma, 2020
Author Dennis Gosnell, Felix Paulusma
Maintainer cdep.illabout@gmail.com, felix.paulusma@gmail.com
Revised Revision 4 made by nideco at 2023-04-24T16:08:24Z
Category Data
Home page https://github.com/cdepillabout/password/tree/master/password-types#readme
Bug tracker https://github.com/cdepillabout/password/issues
Source repo head: git clone https://github.com/cdepillabout/password
Uploaded by nideco at 2021-03-07T16:50:44Z
Distributions LTSHaskell:1.0.0.0, NixOS:1.0.0.0, Stackage:1.0.0.0
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 1065 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-03-07 [all 1 reports]

Readme for password-types-1.0.0.0

[back to package description]

password-types

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

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

Also, see the password package for functions to hash and check passwords.