/pwdhash

Haskell implementation of pwdhash

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

This is a Haskell implementation of the algorithm for generating password hashes described at https://www.pwdhash.com/.

Usage

The executable is handy for cut-and-paste into password fields. On X-windows:

$ cabal install exe:pwdhash
$ pwdhash foobar.com | xsel
Password: *****

Testing

To run the tests you need nodejs to execute js/pwdhash.js. Then:

$ cabal test

Haskell CI