Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.