Core Data & Passwords
Core Data & Passwords
- Subject: Core Data & Passwords
- From: Jeff LaMarche <email@hidden>
- Date: Mon, 24 Mar 2008 12:20:51 -0400
When writing a Core Data application that utilizes Core Data, what is
the best way to store sensitive information like a password? My
assumption would be that you would make a password attribute, but make
it transient, then override the accessor and mutator to utilize
Keychain Services so that the value actually gets stored in the
keychain, and not in the application's persistent store.
Does this make sense? Has anybody tried this?
Thanks much,
Jeff
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden