a diceware passphrase generator
Go to file
2014-10-14 19:14:44 +02:00
Alea Move module location 2014-10-14 18:09:58 +02:00
dict Change dictionary location 2014-10-14 18:09:38 +02:00
.gitignore Initial commit 2014-10-13 21:19:53 +02:00
alea.cabal Refactor main 2014-10-14 19:14:44 +02:00
LICENSE Add license for cabal 2014-10-14 00:20:08 +02:00
main.hs Refactor main 2014-10-14 19:14:44 +02:00
README.md Update description 2014-10-14 00:21:00 +02:00
Setup.hs Add cabal build info 2014-10-14 00:45:38 +02:00

Alea

A diceware passphrase generator

Alea is a utility that helps you generate diceware passphrases. You can choose to roll the dice your own or let the program generates the words for you.

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