Simple, dependency free Python implementation of https://www.eff.org/dice.
Generate easy to remember, long (and therefore more secure) passwords.
Usage: python dicepass.py [NUM_WORDS]
where NUM_WORDS
is a positive integer greater than 0. e.g.:
python dicepass.py 6
Words:
appealing cherisher broadcast
Password:
appealingcherisherbroadcast
Length:
27
- Requires Python 3.5+
No data is stored or transmitted in any form. The passwords are generated to stdout and will be visible on screen. Someone standing behind you will be able to see it.