Skip to content

JLowborn/Dice-Passphrase-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Dice Passphrase Generator

A Python-based implementation of the EFF Dice-Generated Passphrase method. This tool generates high-entropy passphrases by selecting random words from a curated list of approximately 7,700 unique words. The result is a password that is easy for a human to memorize but computationally "impossible" to crack via brute-force or dictionary attacks.

Key Features:

  • High Entropy: Uses the gold-standard EFF wordlist for maximum security.
  • Customizable Length: Choose the number of words based on your required security level.
  • Privacy-Centric: Runs entirely locally; no data ever leaves your machine.

Usage

$ python pass_gen.py 
[?] How many words: 6
flattery retread sacrament affecting unquote juice

About

A Python passphrase generator based on the EFF Dice Method. Create secure, memorable, and crack-resistant passwords using 7,000+ unique words.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages