password-types: Types for handling passwords

[ bsd3, data, library, security ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.1.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), bytestring (<1), text (<3) [details]
Tested with ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.4, ghc ==9.14.1
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
Uploaded by nideco at 2026-07-02T15:01:24Z
Category Security
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
Distributions LTSHaskell:1.0.1.0, Stackage:1.0.1.0
Reverse Dependencies 7 direct, 4 indirect [details]
Downloads 1410 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-07-02 [all 1 reports]

Readme for password-types-1.0.1.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.