wordpass

Dictionary-based password generator

https://github.com/mgajda/wordpass

Version on this page:1.0.0.7
LTS Haskell 8.24:1.0.0.7
Stackage Nightly 2017-02-11:1.0.0.7
Latest on Hackage:1.0.0.11

See all snapshots wordpass appears in

BSD-3-Clause licensed by Michal J. Gajda
Maintained by [email protected]
This version can be pinned in stack with:wordpass-1.0.0.7@sha256:d20b5fd28663c986e3fc3ac4f4043a214112ada7cf224c382aa241a39b6b5df1,3064

Module documentation for 1.0.0.7

WordPass

Dictionary-based password generator.

Build Status Hackage

Script reads dict word lists and generates word-based passwords. Uses dictionaries from /usr/share/dict by default. Inspired by xkcd comic.

Program also prints how many words have been read, and indicates estimated password space size in bits.

Using just four words from default English dictionary of ~50k words will give approximately 90 bits of entropy. Lucky speakers of languages with rich inflection like Polish (over 3 million word variants) can easily up this to over 110 bits of entropy.