GitHunt
BO

bobrossrtx/Simple-Hash

This is a simple tool to crack passwords and encode them :)

Simple-Hash - C++ (wip)


Work in progress

How to use:

When cracking a hash, at the moment it only supports "md5" hashes, but more options are comming in the future;
But to crack a hash, all it takes is 1 small little command.

./shash -wL <password list> -m <hash type (only md5)> -h <hash>

Heres an example one:

./shash -wL passwords.txt -m md5 -h a17a41337551d6542fd005e18b43afd4

Try it for yourself and see what you get

Languages

C++48.0%C22.2%CMake16.3%Makefile13.6%

Contributors

Latest Release

v1.1.0March 5, 2021
MIT License
Created February 9, 2021
Updated November 27, 2023
bobrossrtx/Simple-Hash | GitHunt