What kinds of cryptographic algorithm i can use to sends/receives data to/from webserver in iOS?(My webserver don't use https)
views:
40answers:
1
A:
NSURLConnection natively supports https.
Edit:
If you are looking to encrypt HTTP content across a normal HTTP connection, you can use Apple's crypto services. It looks like your options are limited on iOS. You might need to use libcrypto directly.
JeremyP
2010-09-21 10:24:43
My webserver don't use https. I just want to use cryptographic algorithm to encrypt data which sends/receives to/from webserver.
leduchuy89vn
2010-09-21 10:42:28
@leduchuy89vn: Please edit your question to add your comment to it.
JeremyP
2010-09-21 10:53:37