views:

40

answers:

1

What kinds of cryptographic algorithm i can use to sends/receives data to/from webserver in iOS?(My webserver don't use https)

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
My webserver don't use https. I just want to use cryptographic algorithm to encrypt data which sends/receives to/from webserver.
leduchuy89vn
@leduchuy89vn: Please edit your question to add your comment to it.
JeremyP