Skip to content

A simple Python program for generating pseudo-random passwords & passphrases using EFF's wordlist

License

Notifications You must be signed in to change notification settings

nimrod-a/TKPassGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TKPassGenerator

A simple Python program for generating pseudo-random passwords and passphrases. The GUI is built using TKinter, the standard GUI library for Python.

Warning

Do not use for actual passwords!

While the password generator uses the Electronic Frontier Foundation long wordlist for generating passphrases, Python's random module generates less randomness then using actual dice.

Run

$ pip install -r requirements.txt 
$ python3 tkPassGenerator.py

On Linux, xclip or another interface to clipboard selection must be installed for the copy function to work.

Tip

Look into EFF's guide on dice Dice-Generated Passphrases here if you want to generate secure passphrases!

About

A simple Python program for generating pseudo-random passwords & passphrases using EFF's wordlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages