Skip to content

Generate Hashes of SHA256,MD5 , Verify Hashes , Base64 Encoding and Decoding In Termux , Kali Linux , Etc With This Tool

Notifications You must be signed in to change notification settings

turbo-hackers/hash-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HASH-GEN V1.0

HASH-GEN tool is an python based script which create/generate hashes (sha256,md5), verify hashes (sha256,md5) and base64 string encoder and decoder. This tool works on any devices with python required.

[Screenshot] :

alt text

Installation and Usage (python 3)

[Kali-Linux] :

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt install git python3 -y
git clone https://github.com/turbo-hackers/hash-gen.git
cd hash-gen
python3 setup-linux.py
python3 hash-gen.py

[Termux] :

apt-get update -y && apt-get upgrade -y
apt install git python3 -y
git clone https://github.com/turbo-hackers/hash-gen.git
cd hash-gen
python3 setup-termux.py
python3 hash-gen.py

USEAGE :

  • python3 hash-gen.py
  • [+] -- You can select any option by clicking on your keyboard

WARNING :

This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.

About

Generate Hashes of SHA256,MD5 , Verify Hashes , Base64 Encoding and Decoding In Termux , Kali Linux , Etc With This Tool

Topics

Resources

Stars

Watchers

Forks

Languages