MD5 Brute Forcer
This program tries to find a match for a md5 hash, using bruteforce.
This program, written in C#, tries to 'crack' the md5 hash, by trying every letter combination. If the hash of the letter combination matches the given md5 hash, you have to result of the hash.
In practice, this doesn't work. It takes years when all combinations are done.
This program, written in C#, tries to 'crack' the md5 hash, by trying every letter combination. If the hash of the letter combination matches the given md5 hash, you have to result of the hash.
In practice, this doesn't work. It takes years when all combinations are done.


