ios - Why to store username and password in Keychain in iPhone app -


i have worked nsuserdefault keychain concept totally new me.

i have tried looking similar questions couldn't find exact reason so.

what have done:

i know how store data in nsuserdefault. , reason why need store it.

regarding keychain know storing in keychain stores data security encoding original text while nsuserdefault stores data plain text. , stores data after application removed.

is reason storing data in keychain?

edit: got this link says have said.

keychain data more secure in comparision of nsuserdefault. , keychain data in device after remove application device. more keychain wrapper read this.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -