zxcvbn-hs: Password strength estimation based on zxcvbn.
This is a native Haskell implementation of the zxcvbn password strength estimation algorithm as it appears in the 2016 USENIX Security paper and presentation (with some small modifications).
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
tools | Build the data processing tools (i.e. dictionary compilers) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- zxcvbn-hs-0.3.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=1.3 && <2.2 || >=2.2.0.0 && <2.3), attoparsec (>=0.13 && <0.15), base (>=4.9 && <5.0), base64-bytestring (>=1.0 && <1.3), binary (>=0.8 && <0.11), binary-instances (>=1 && <2.0), containers (>=0.6 && <0.7), fgl (>=5.7 && <5.9), filepath (>=1.4 && <1.5), lens (>=4.17 && <6), math-functions (>=0.3 && <0.4), mtl (>=2.2), optparse-applicative (>=0.14), pipes (>=4.3 && <4.4), pipes-safe (>=2.3 && <2.4), pipes-text (>=0.0), text (>=1.2 && <2.2), time (>=1.8 && <2.0), unordered-containers (>=0.2 && <0.3), vector (>=0.12 && <0.14), zlib (>=0.6 && <0.7), zxcvbn-hs [details] |
Tested with | ghc ==8.10.7 || ==9.0.2 || ==9.2.2 |
License | MIT |
Copyright | Copyright (c) 2019-2020 Peter Jones |
Author | Peter Jones <pjones@devalot.com> |
Maintainer | Peter Jones <pjones@devalot.com> |
Category | System |
Home page | https://github.com/sthenauth/zxcvbn-hs |
Bug tracker | https://github.com/sthenauth/zxcvbn-hs/issues |
Source repo | head: git clone https://github.com/sthenauth/zxcvbn-hs.git |
Uploaded | by Jappie at 2023-09-11T20:03:26Z |
Distributions | LTSHaskell:0.3.6, NixOS:0.3.6 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | zxcvbn-example, zxcvbn-tools |
Downloads | 1372 total (42 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-09-11 [all 1 reports] |