Does crypt always print out the same result.
eg
$string = "abcdefg";
$new_string = crypt($string, "xy");
I tried it, and it crypted it, but then I tried it again, and produced something else, why?
Also, any better crypting that you know please tell me and give me an example.. thanx!