If I use an SSL connection for my iphone application to query a database using the network as a data source, is it possible that the links and information that go back and forth from the server to the iphone will be encrypted so that no one can see It. In addition, I believe that the iPhone caches information, the web interface can cache the data coming into and out of the device.
Another person told me:
SSL is just a transfer, what the application uses on the device is not encrypted just because it is transmitted. If the application does not use the cache and you use SSL, you can be safe, just the fact is that almost all the application cache data is before it is transferred. Therefore, your device would have unencrypted data.
So, what are my options, if I want to create an application that uses the Internet as a data source, does not store anything in the application and does not use the cache. I want all data to come in and be encrypted.
ariel source share