Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find two strings with same MD5?
04-28-2012, 08:15 AM
Post: #1
How to find two strings with same MD5?
I have a string with a MD5 hash (for example, string="hello" and hash="5d41402abc4b2a76b9719d911017c592"), and I want to find another string that has the same hash as the first one. I am using the hashcat-gui version, but I don't know how to make the program perform this task.

Any help would be appreciated. Thanks Smile
Find all posts by this user
Quote this message in a reply
04-28-2012, 02:25 PM (This post was last modified: 04-28-2012 02:53 PM by M@LIK.)
Post: #2
RE: How to find two strings with same MD5?
as far as i know u can't find 2 hashes with the same string unless its salted
BUT.. heres a similar one::
6d41402abc4b2a76b9719d911017c592
spend the next good 30 years trying to crack it LOL xD
Find all posts by this user
Quote this message in a reply
04-28-2012, 02:32 PM
Post: #3
RE: How to find two strings with same MD5?
You want to find a true collision, not possible at the moment.
Find all posts by this user
Quote this message in a reply
Post Reply