11

I am looking for a method of encrypting a string on an iPhone, passing that to a web server (asp.net c#) and decrypting it there for processing, and return a response.

I think that I know how to send the encrypted string and then return the result, but I don't know what encryption will work on iPhone and asp.net.

Any suggestions? Sample code would be helpful, especially on the iPhone side, if at all possible.

Adam Schiavone
  • 2,412
  • 3
  • 32
  • 65