January 2016
Beginner
204 pages
3h 54m
English
As we already studied, the iOS application interacts with local system in order to store persistent/temporary data and SQLite is the most preferred format to store persistent data.
Unless you are using encrypted variant of SQLite, the data stored in simple SQLite file is not secure. An attacker having access to the SQLite file can view its contents using any SQLite client.
Let's follow the given steps to find the insecure storage in SQLite files:

/var/mobile/Containers/Data/Application ...Read now
Unlock full access