Skip to content

A Python password generator; can be used to create wordlists and store them in a file

License

Notifications You must be signed in to change notification settings

Sandai64/Passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passgen

A Password Generator written in Python 3 You can use it to generated giant wordlists and small passwords as well This program currently works only on Windows

How to compile it? (to Win32; cxFreeze)

First things first, you need these libraries in your Python installation: Colorama, Termcolor, cxFreeze

-> Please note that the commands listed below should be runned on the Windows command line (with admin privileges)

Installing the dependencies:

python -m pip install -U pip to update pip

python -m pip install colorama termcolor cxfreeze

Compiling

Run the BUILD.bat in the source folder. You should now have the .exe file! yay!