It'a a very simple python script tha creates a md5 hash in cli. Any given string, it returns the hash of the given lowercase string
- Python 2.7.x
- Donwload the Windows MSI installer at: https://www.python.org/downloads/release/python-2716/
- Verify if the Python is added to your path variable:
- go to computer, right click and open system properties
- click in advanced settings system
- click in Environment Variables
- Under System Variables, edit the 'PATH' variable
- add the path of python.exe file, usually installed at: 'C:\Python27
- click ok
- other tutorial: https://www.youtube.com/watch?v=hoc8TK96WoY
- Usually, python is already installed and in the path variable
- if not, you can follow this tutorial: https://python.org.br/instalacao-linux/
obs* to run this command the python must be on PATH variable
- run the command:
- python pythonHash.py myStringToCreateTheHash