Hashie - Cleft Hashes Inward A Blink Of An Eye


Hashie is a multi functional tool written inwards python to bargain amongst hashes.

Features
  • Hash cracking.
  • Hash generation.
  • Automatic hash type identification.
  • Supports MD5, SHA1, SHA256, SHA384, SHA512 etc...

How to Install as well as Run inwards Linux
[1] Enter the next ascendency inwards the concluding to download it.
git clone https://github.com/Sameera-Madhushan/Hashie
[2] After downloading the program, larn into the next ascendency to navigate to the Digger directory as well as listing the contents
cd Hashie && ls
[3] Install dependencies
pip3 install -r requirements.txt
[4] Now run the script amongst next command.
python3 hashie.py

How to Install as well as Run inwards Windows
[1] Download as well as run Python 2.7.x as well as Python 3.7 setup file from Python.org
  • In Install Python 3.7, enable Add Python 3.6 to PATH
[2] Download as well as run Git setup file from Git-scm.com, pick out Use Git from Windows Command Propmt.
[3] Afther that, Run Command Propmt as well as larn into this commands:
git clone https://github.com/Sameera-Madhushan/Hashie cd Hashie pip3 install -r requirements.txt python3 hashie.py