Skip to content

Generate secure passwords by rolling 20-sided dice in python using the EFF list

Notifications You must be signed in to change notification settings

sc137/d20passphrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a Passphrase with 3 20-sided die rolls

This python cli will generate a three word passphrase from the eff lists:

https://ssd.eff.org/tr/blog/how-roll-strong-password-20-sided-dice-and-fandom-inspired-wordlists

usage:

$ ./generate_passphrase.py
You're passphrase is:  descended_sequences_doctoring

$ ./generate_passphrase.py potter
You're passphrase is:  convincing_quietly_potion-making

You can specify any text file without the .txt extension. It will use trek by default.

/sable

About

Generate secure passwords by rolling 20-sided dice in python using the EFF list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages