Everywhere they offer algorithms for collision lookups, but I just need an example of two different strings that have md5 or sha1 hashes that match.

To satisfy the condition:

md5(string1) == md5(string2) 
  • one
  • @Yaant honestly did not find there two lines that would give one hash. There are some "supposedly" different strings in hex format that give one hash - but apparently they are the same. I would like a simple example if this is possible) - jekaby
  • @jekaby you check whether they really match, and not outwardly. - Vladimir Martyanov

0