Re: Core Data: How to encrypt a persistent store

2008-05-22 Thread Jens Alfke
On 22 May '08, at 3:12 AM, Ruotger Skupin wrote: I have an application which uses Core Data and handles sensitive information. Is there an easy way to encrypt the on-disk persistent store provided I'm reasonably fluent in libCrypto and do not want to use an encrypted disk image? With the

Re: Core Data: How to encrypt a persistent store

2008-05-22 Thread Robert Cerny
On 22.5.2008, at 12:12, Ruotger Skupin wrote: Hi, I have an application which uses Core Data and handles sensitive information. Is there an easy way to encrypt the on-disk persistent store provided I'm reasonably fluent in libCrypto and do not want to use an encrypted disk image? Ruotg