Is it possible to create a file given an md5 hash

hashsum

I know this is a strange question, and I know that md5sum is nearly impossible to break…
but I'm just wondering if someone here knows if it is possible to recreate a file given it's md5sum hash?

I mean, not necessarily the same file as the original but a file that would equate to the same md5sum hash. So far, I don't see any result from Google

Best Answer

It is possible to find a file that has a given MD5 hash, but it is not possible to produce such a file from the hash itself.

Related Question