Bitwise XOR operation between strings
The problem this time is with encoding datas using XOR operator.
My xml string is "NSMutableString xmlString" and my key string is a "char *key". Then, i need to operate the bitwise XOR between this two strings and than send the result to the server.
How can i implement this?
I think i've to convert the two strings in NSData then make the comparison with ^ operator...is that correct?
Thank you for help
MacBook Pro 2,4 Ghz 15,4", Mac OS X (10.5.3)