a diceware passphrase generator
 
 
Go to file
Michele Guerini Rocco 82a9ebed2d
increase version number
2017-08-03 16:01:15 +02:00
dict Change dictionary location 2014-10-14 18:09:38 +02:00
src fix broken --dictionary option 2017-08-03 15:58:37 +02:00
.gitignore Initial commit 2014-10-13 21:19:53 +02:00
LICENSE Add license for cabal 2014-10-14 00:20:08 +02:00
README.md Update to reflect new syntax 2014-12-12 22:19:42 +01:00
Setup.hs Add cabal build info 2014-10-14 00:45:38 +02:00
alea.cabal increase version number 2017-08-03 16:01:15 +02:00

README.md

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 -p 3 -l 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