alea/README.md

31 lines
698 B
Markdown
Raw Normal View History

2014-10-13 21:38:42 +02:00
# Alea
### A diceware passphrase generator
2014-10-14 00:21:00 +02:00
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.
2014-10-13 21:19:53 +02:00
2014-10-14 19:25:21 +02:00
### Install
Install with `cabal install alea`
2014-10-13 21:38:42 +02:00
### Usage
Run `alea -h` for help
Example usage:
2014-10-14 19:25:21 +02:00
$ alea
2014-10-13 21:38:42 +02:00
doso epurai usci selve dirupo bs
2014-12-12 22:19:42 +01:00
$ alea -p 3 -l 8
2014-10-14 19:25:21 +02:00
sturai sapone ripeto leghi osasse fori terme oserai
carta getto osiamo banale figura smilzi celibe gigli
porvi rs traini dotati aureo solito malato gelate
2014-10-13 21:38:42 +02:00
2014-10-14 19:25:21 +02:00
$ alea -i
22513
22513 -> crea
2014-10-13 21:38:42 +02:00
### License
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html