Dicewords is a command line utility that generates a secure passphrase from EFF's dice word list.
- normal list - the default
- short words - has shorter words that are easier to type
- unique short words - has shorter words that have unique 3 letter prefix. Makes it easier for predictive entry on phones
Run go run make.go
from the directory
Type dicewords -h
for help text
In the directory cmd/dicewords-cgi, builds a cgi compatible dicewords.cgi binary.