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.
- Host: GitHub
- URL: https://github.com/michal2sab/hash-dehasher
- Owner: Michal2SAB
- Created: 2021-06-01T11:37:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T12:40:19.000Z (about 5 years ago)
- Last Synced: 2025-04-28T12:54:24.339Z (about 1 year ago)
- Topics: bruteforce, cracker, cracking, crypto, cryptography, dehashed, dehashing, hash, hashes, hashing, javascript, md5, node, nodejs, sha256
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.