//echo -a $md5(ABCDEF,0) $md5(ABC%DEF,0)
-Same

//echo -a $md5(ABCXYZ,0) $md5(ABC%XYZ,0)
-Second hash changes randomly

//echo -a $md5(ABCDEF,0) $md5(ABC%DEF,0) $md5(ABC%%DEF,0)
8827a41122a5028b9808c7bf84b9fcf6 8827a41122a5028b9808c7bf84b9fcf6 499f3282711728688c924228353485eb

the second $md5 should return what the third $md5 returned.

%% was evalled as % and % is evalled as NULL, so it seems.



Khaled get on this please :>

Last edited by lordares; 14/09/03 09:03 AM.