Chris,
There isn't an opportunity to interpose like this on other people's
stores, like the built in SQLite persistent store. However, you can
implement your own NSAtomicStore, and make something like the binary
store.
- Ben
___
Cocoa-dev mai
Hello,
I'm just beginning to learn Cocoa programming and I'm having some
trouble figuring out how to encrypt a persistent data store
transparently. I'm trying to write a Core Data (not document based)
application and it needs to store the data in a file encrypted with AES.
I found out ab