Skip to content

HunxByts/Go-Hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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