Has anyone used encryption on their Core Data SQLite stores? And how did you implement it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I'm pretty sure the only way to use encryption in Core Data is to either encrypt the entire persistent store file when the app quits or to use custom accessors in managed object subclasses to encrypt and decrypt data as they are individually saved to the persistent store. |
|||||||||
|
|
I'm beginning including this wonderful project: https://github.com/project-imas/encrypted-core-data On my code, all things goes well. I have a strange problem only using NSPredicate to create a search query in related fields. |
|||
|
|