Try this:
$x=crypt('input string', 3);
$y=crypt('input string', 3);
$t now has a scrambled set of text. $y has the same text scrambled.
Only if the original text matches will they both match. (in theory, anyway)
It it doesn't work, try upgrading to Linux!
-Ben