Hello,

I'm working on a Core Data Application with a custom atomic store for encrypting the persistent storage file. I believe I finally was able to get the atomic store working however my problem now is that I need to be able to use a user supplied password as an option when initializing the persistent store so it gets decrypted. I'm using Cocoa bindings so it seems that the persistent store coordinator is started (and fails because of the lack of the decryption key) before I have a chance to open a panel and have the user give their password so I'm thinking I need a way to somehow delay loading the persistent store until i'm ready for it but I'm not sure how to go about doing that.

I'm still pretty new to Cocoa and developing on Mac OS X so any advice/ pointers on how to do this would be greatly appreciated.

Thanks,
Chris Benedict
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to