For example, I have a string s
and the MD5 of s
is m
. So is it possible for s=m
.
Now it can be found by iterating through all possible combinations but there are 2^128
combinations to check through and I do not have the resources to do so. Is any such case possible and if it is possible then what is the case?