Files
diceware/README.md

27 lines
440 B
Markdown
Raw Normal View History

2015-07-31 22:27:14 +02:00
# diceware
A diceware password generator
2015-07-31 22:29:55 +02:00
# build
2015-07-31 22:30:59 +02:00
gcc dice.c -o dice
2015-07-31 22:29:55 +02:00
# use
```
Usage: dice [-tcfvh]
Options:
-t Asks interactively for tossed dices
-c <count> Number of words (default: 4)
-f <dictfile> Dictionary file to use (default:
/usr/share/dict/american-english)
-v Print program version
-h Print this help screen
```
# license
GPLv3
# author
Thomas von Dein