Hi All,
I have successfully implemented SQLCipher in my app, its working great. many Thanks to the Zetetic team for sharing this software for free.
As far as I have understood for proper working of SQLCipher it is must that the SQLite database receives PRAGMA_KEY =@“KEY” command, as the first command whenever it is being opened.
Now my confusion arises due to fact that, I already have a app on iTunes store which has local SQLite DB(non encrypted) with app Version (say 1.5), now in version 1.6 of my app I have included SQLCipher to encrypt my app’s database.
As this might be a common scenario and lot of people might have faced, Kindly guide me if my SQLCipher implementation will work after update on the old DB or I need to do some work around.
DB contains user private info which he would not like to be deleted after app update.