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) 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) Source: https://ru.stackoverflow.com/questions/584049/
All Articles