An open API service indexing awesome lists of open source software.

https://github.com/michal2sab/hash-dehasher

A program to find the real string for your hash. MD5, SHA256, any really. Works really fast, gets to the "aaaa" combo in about 1 second even on a bad and busy pc.
https://github.com/michal2sab/hash-dehasher

bruteforce cracker cracking crypto cryptography dehashed dehashing hash hashes hashing javascript md5 node nodejs sha256

Last synced: 10 months ago
JSON representation

A program to find the real string for your hash. MD5, SHA256, any really. Works really fast, gets to the "aaaa" combo in about 1 second even on a bad and busy pc.

Awesome Lists containing this project

README

          

# Hash-Dehasher
A simple program to find the real string for your hash. MD5, SHA256, any really. Works really fast, gets to the "aaaa" combo in about 1 second (on a bad pc, with youtube running in the background).

# FLAWS

- Does not check uppercase strings, only lowercase.
- No special symbols, just alphabet letters from a-z and numbers from 0-9.

# REQUIREMENTS

Just install node.js and you're good.

# WANNA TEST IT?
If you want to test if this program is really working, generate a hash from a random string like "aaa" for example and paste that hash onto the program. It will find your hash and create a file called "Dehashed.txt" in your folder with the info.

You can generate hashes on sites such as this: https://passwordsgenerator.net/md5-hash-generator/

# NOTE

I'm not responsible for whatever you do with this program. I don't encourage using it for malicious purposes.