Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 584 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 584 Bytes

Go-Hash

Algorithm identification tools on hashes like MD5, SHA1, SHA256, SHA512, MYSQL

Instalation on Linux (deb)

sudo apt-get install git
sudo apt-get install python3

Instalation on Termux

pkg install git
pkg install python3

Usage Tool

git clone https://github.com/HunxByts/Go-Hash.git
cd Go-Hash
pip3 install -r requirements.txt
python3 gohash.py
⚡ Author : - HunxByts