[PHP] XORing a string with some hash???

2003-01-25 Thread Peter Litov
Hello everybody, I was wondering if someone can tell me how do I XOR a given string with some hash .. like MD5 hash or something. I know how to do this in C - it's more than easy but with PHP I can't find a way at all. Thank you all in advance. Regards, Peter -- PHP General Mailing

Re: [PHP] XORing a string with some hash???

2003-01-25 Thread Tom Rogers
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