Hasher.py is a simple script which takes in a file containing strings as input and then processes and coverts each line of strings to MD5 hash or Base64.
The current available encoding options for this script is MD5 and Base64.
- Download Hahser.py code from this github repository.
- On Linux, add execution permissions to the script using
chmod +x hasher.py - Run the script
./hasher.pyand begin!!
NOTE: It is important to note that the file containing the strings of text should be in the same directory
as the hasher.py script.