Popularity
5.3
Growing
Activity
1.8
-
15
3
0

Monthly Downloads: 42
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System     Tools     Cryptography     Password    

wordpass alternatives and similar packages

Based on the "Cryptography" category.
Alternatively, view wordpass alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wordpass or a related project?

Add another 'Cryptography' Package

README

WordPass

Dictionary-based password generator.

Build Status Hackage Hackage Dependencies

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.