using crypto++ on iphone sdk with pycrypto on app engine
- by Joey
Hi,
I'm trying to encrypt http requests using crypto++ and decrypt them with pycrypto on the app engine server end. Using Arc4 encryption, I can successfully encrypt and decrypt on the iphone end but when I try decrypting on app engine, the result is garbled.
I thought maybe it has something to do with the encoding of the NSString but am not…