/passcracker

Lightweight tools for handle passwords hash and generators, developed in python.

Primary LanguagePython

Passcracker

Password hash cracker script developed in python.

Information 🐍

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.

Run the script

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. 😏