a diceware passphrase generator
Go to file
2014-10-17 00:13:48 +02:00
Alea Bugfix 2014-10-17 00:13:12 +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 New version 0.2.1 2014-10-17 00:13:48 +02:00
LICENSE Add license for cabal 2014-10-14 00:20:08 +02:00
main.hs New version 0.2.1 2014-10-17 00:13:48 +02:00
README.md Add more examples 2014-10-14 19:25:21 +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.

Install

Install with cabal install alea

Usage

Run alea -h for help

Example usage:

$ alea
doso epurai usci selve dirupo bs

$ alea --phrases 3 --phraselength 8
sturai sapone ripeto leghi osasse fori terme oserai
carta getto osiamo banale figura smilzi celibe gigli
porvi rs traini dotati aureo solito malato gelate

$ alea -i
22513
22513 -> crea

License

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