Suso's md5sum Challenge
From SusoSight
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 |
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.