I have an iphone app that retrieves and send data to a server that uses python. What measures could i take in order to prevent security risks? I an not handling extremely sensitive data but i wouldn't want people sniffing the contents.
Is using SSL enough to prevent most risks?
Thanks