ios - Core Data Encryption Class -
i'm trying use wonderful git inside xcode project:
https://github.com/project-imas/encrypted-core-data
it's functional when creating new empty sqlite db.
but, how can use existing populated regular database? need encrypt sqlite file , use class provided git.
thanks all!
you need use sqlcipher convenience function sqlcipher_export
. in particular, @ example number 1 plaintext migration.
Comments
Post a Comment