Password hash cracker script developed in python.
This is a basic script develped in python and contains different tools for work with passwords:
passcracker.py:
crack a password hashed in md5 or sha512 using a dictionary.passgenerator.py:
generate a random strong password based in the lenght that you want.
You can edit and improve the code as you wish.
You need python installed in your machine and using the terminal in the repo directory type:
python passcracker.py
or py passgenerator.py
and you can start running the script. 😏