Hi guys!
I have some cases, can you help me please?
- We want to encrypt db that will be included in iOS and Android applications (db with schema and some basic data).
- That basic db should be encrypted and will be copied to application working directory (not app installation dir).
- User should be able to add more data to db.
- Db in installation path should be available for same user after app update.
It is possible with SQLCipher?
And is there overview how to do that?
Thanks a lot in advance for help