MD5 Max 8 Alpha Numeric Finder
What is it ?
This is a simple test with a recoursive function wrote on an ANSI C program and compiled with GCC and -ansi -Wall options and all optimization options too.
The goal is to write a fast way to reverse an hashed md5 string, trying all possible matches, to find its source string.
What isn't it ?
This is not a program designed to hack passwords and it cannot truly reverse the md5 algorithm.
This program is just for fun and it is only a test to find your own md5 hashed strings.
Features
- It filters right md5 strings before source search
- It tries to find source string that are from 1 to N* chars
* in this version a maximum of 8 chars
- It tries to find numerics, alphabetics, alphanumerics strings with or without special chars
- It writes elapsed seconds to search the source
- New on V0.3 - It kills search with your ESC keyboard button
More informations
Please read the Credits inside this program and read the README info too.
Download
Only for Windows 9X / NT / 2000 / XP
[
MD5 AlphaNumeric Finder.exe v0.3 - 2005/06/22 ]