Thursday, 12 September 2013

How to encrypt traffic using SSL on iOS?

How to encrypt traffic using SSL on iOS?

I'm writing an iOS app that communicates with a server of my own making
over TCP. Currently it's not encrypted but I'd like to encrypt the traffic
as easily as possible while still doing it properly. Instead of
implementing my own encryption scheme, which would likely be broken since
I have close to no experience with cryptography, I'd like to use an
existing system... to that end, what's the simplest way on the iPhone to
set up the client-end of an SSL connection? Note that I can't just use
HTTPS because the connection isn't over HTTP.

No comments:

Post a Comment