Hi,

Sunday, January 26, 2003, 10:02:40 AM, you wrote:
PL> Hello everybody,

PL>   I was wondering if someone can tell me how do I XOR a given string with
PL> some hash .. like MD5 hash or something. I know how to do this in C - it's
PL> more than easy but with PHP I can't find a way at all.
PL>   Thank you all in advance.

PL> Regards,

PL> Peter





$out = $string1 ^ $string2;

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to