Skip to content

mammaddrik/hashtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Hash Tools
Hash Tools

Tools for Hash Cracker & Generator

Hash Tools

Contents

Features
Installation
Usage
License


A Python script to crack the hash and create a hash with a different algorithm.

Features

  • Automatic hash type identification.
  • Supports MD5, SHA1, SHA256, SHA384, SHA512.

Installation

Note: Hashtools isn't compatible with python2, run it with python3 instead.
I suggest you definitely use cmder.

git clone https://github.com/mammaddrik/hashtools.git
cd hashtools
pyrhon pip install -r requirements.txt
python hashtools.py

Note: You may encounter an error while installing this requirements. If an error occurs, use the following command:

python -m pip install --upgrade pip
pip install hashlib

Usage

After installing the script, you can choose two options from the script:

  1. It is for Cracking the hash:

    Note: To crack, you must use a passwordlist.

    hashcracker.png

  2. It is for Generator the hash:

    hashgenerator.png

License

hashtools is licensed under MIT License.

back to top