How can I Encrypt on iPhone Decrypt the same data in an ASP.NET application?
Should I not worry about it and just send开发者_JS百科 all data by SSL?
Thanks
Depends on what the data is. If it's highly sensitive, you're probably better off using SSL. But for general information, Encryption and Decryption shouldn't matter as long as use the same encryption/decryption method (and keys) on both ends.
精彩评论