Skip to content

This is a python script used for cracking of MD5 and SHA256 most commonly used 6 million words hashes based on the dataset created and formatted in an excel sheet

License

Notifications You must be signed in to change notification settings

harshareddy794/Project-Hashely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge made-with-python ForTheBadge built-with-love

Open Source Love GitHub license

Introduction

Project hashely is mainly for hashing and dehashing a string.

In this i have used inbuilt python library called hashlib to hash a string.

For dehashing a string i have stored most commonly used 60,000 hashes in SHA256 and MD5 hash formats in xls sheet.

This script will iterate through all the hases in the xls file and search whether the hash exist or not.

if hash exist then it will return the corresponding string if not exits it will show data not found.

Note: Script is developed to dehash 6 lakhs hashes but because of github storage is limited to 25mb per file. So it is decreased to only 60,000 hashes

Setup

1.Open terminal/cmd.

2.Navigate to folder where you downloaded the hashely script.

3.Enter the following command.

pip3 install -r"requirements.txt"

4.After all the required libraries are installed sucessfully we can run script.

Aknowladegment

Thank you everyone for making this happen

copyright @harshareddy794

About

This is a python script used for cracking of MD5 and SHA256 most commonly used 6 million words hashes based on the dataset created and formatted in an excel sheet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages