Skip to content

0xdaya/hashmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashmate

Hasmate is a simple and interactive hash lookup utility for most common hashes, written in python3, currently suppports md5, sha1, sha256 and sha512.

Installation

 git clone https://github.com/0xdaya/hashmate.git

Usage:-

For Windows:-

1. pip install -r requirements.txt
2. python3 hash.py

For Linux:-

1. pip3 install -r requirements.txt
2. chmod 770 hash.py
3. ./hash.py

Sample Output:-

Running in Windows Git-Bash

$ python hash.py
 _   _    _    ____  _   _ __  __    _  _____ _____
| | | |  / \  / ___|| | | |  \/  |  / \|_   _| ____|
| |_| | / _ \ \___ \| |_| | |\/| | / _ \ | | |  _|
|  _  |/ ___ \ ___) |  _  | |  | |/ ___ \| | | |___
|_| |_/_/   \_\____/|_| |_|_|  |_/_/   \_\_| |_____|


Which hashing function you want to compute?
1. md5
2. sha1
3. sha256
4. sha512
Enter your choice: 1
Now enter the string to be hashed:A75tiy6hj
c2d230477509aa707f88d69bddd94abd

Do you want to continue(y/n): n

This script is only compatible with Python 3.x

About

A simple and interactive hash lookup utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages