vote up 1 vote down star

It appears that each app has access to its own config settings, which could be kept after app be shutdown. I am wondering whether one app's config setting could be accessed from other app.

Should I save sensitive data like password to the app config?

Is there some better way?

flag

79% accept rate

2 Answers

vote up 10 vote down check

The Keychain is where passwords or other sensitive information should be saved.

link|flag
Just be aware that the Keychain is encrypted using Triple-DES. – bbrown Jul 30 at 4:55
vote up 2 vote down

Buzz Andersen has code that will get and set Keychain passwords correctly on both the simulator and on the iPhone: SFHFKeychainUtils.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.