RK-
RK-

Reputation: 12231

How to use Keychain access to store passwords in iPhone App?

Can someone tell me how we can store information in Keychain? How secure it would be?

Upvotes: 3

Views: 8368

Answers (1)

Alex Reynolds
Alex Reynolds

Reputation: 96976

"What you’re left with is an encrypted flat-file database, specialized for just a few data types, with a really clunky and badly documented API. As I wrote above, its functionality could be duplicated, with a better API, without much effort. The encryption part is significant, though, since its primary purpose is to keep keys and passwords safe. A DIY key database could be protected by encrypting it with a symmetric key, and then putting that key in the Keychain."

Upvotes: 7

Related Questions