- Notifications
You must be signed in to change notification settings - Fork1
This is a shell script, which rolls a random passphrase based on a diceware wordlist.
License
NotificationsYou must be signed in to change notification settings
trenc/roll_password
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a shell script, which rolls a random passphrase based of a diceware wordlist. It’s as random as the bashRANDOM random is. So do not use it for key signing or crypto stuff. But it’s random enough for online service.
You can choose the wordlist file, the number of words and the minimum length of the password.
For available options and help use -h flag.
This script is released under theGNU General Public License Version 2 and above
Grab your copy:
- Version 2:http://www.gnu.org/licenses/gpl-2.0.html
- Version 3:http://www.gnu.org/licenses/gpl-3.0.html