Is it safe to store an ios NSHTTPCookie in NSUserDefaults, or do I need to
use the Keychain?
People say to store a username/password in the Keychain which I have done.
Now, however, I need to store a cookie that is handed to me by a web
server because I want that cookie to be persisted forever. Do I use
NSUserDefaults or the Keychain?
Why is keychain more secure than NSUserDefaults in general, and is that
extra security needed for storing cookies?
Thanks!
No comments:
Post a Comment