a diceware passphrase generator
Go to file
2014-10-14 00:20:32 +02:00
.gitignore Initial commit 2014-10-13 21:19:53 +02:00
diceware Rename dictionary 2014-10-14 00:20:32 +02:00
Diceware.hs Initial commit 2014-10-13 21:26:55 +02:00
LICENSE Add license for cabal 2014-10-14 00:20:08 +02:00
List.hs Initial commit 2014-10-13 21:26:55 +02:00
main.hs Rename dictionary 2014-10-14 00:20:32 +02:00
Random.hs Initial commit 2014-10-13 21:26:55 +02:00
README.md Complete readme 2014-10-13 21:38:42 +02:00

Alea

A diceware passphrase generator

Usage

Run alea -h for help

Example usage:

$ ./alea
doso epurai usci selve dirupo bs

$ ./alea --phrases 3
ditelo vita moriro sf sedare selcia
pedino nido ardori visti curato menano
brullo merlo cicli sposti scorga mode

$ ./alea --phraselength 8
poi dalle stanze chinai donato timori sterza carene

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html