Suso's md5sum Challenge

From SusoSight

(Redirected from Thoughts/Suso's md5sum Challenge)
Suso's md5sum Challenge
Number: 113  
Date created: 2004-12-21 17:46:22
Previous Thought: Enemies are people too
Next Thought: Another mathmatical puzzle
Voting results: This is impossible: 219

I am going to try: 136
 


Create two different files. Each file contains the md5sum string representing the other file.

For example, if md5sum() is the md5sum function on a file, cat() is a function that shows the contents of a file and X and Y are the two files, then:

md5sum(X) = cat(Y) && md5sum(Y) = cat(X)

Where cat is the unix cat command to show the contents of a file.

I will give the first person with a correct solution $50. You must e-mail me (suso@suso.org) with the correct solution.