|
How to find two strings with same MD5? - Printable Version +- hashcat Forum (http://hashcat.net/forum) +-- Forum: Support (/forum-3.html) +--- Forum: hashcat (/forum-20.html) +--- Thread: How to find two strings with same MD5? (/thread-1129.html) |
How to find two strings with same MD5? - touvlo2000 - 04-28-2012 08:15 AM 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
RE: How to find two strings with same MD5? - M@LIK - 04-28-2012 02:25 PM 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 RE: How to find two strings with same MD5? - Rolf - 04-28-2012 02:32 PM You want to find a true collision, not possible at the moment. |