I know that in iOS, if the .sqlite is updated / read by SQL statement, then SQLCipher can be used to do encryption and decryption.
Is there any suggestion if Core Data is used instead ? The requirements are:
- Core Data is used instead
- Backup via itune for the application data is still be encrypted
Thanks