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

前端 未结 1 980
小蘑菇
小蘑菇 2020-12-09 00:18

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

相关标签:
1条回答
  • 2020-12-09 01:09
    • Simple iPhone Keychain Code
    • Apple: iPhone Keychain Backups
    • Is There Any Point To Using The Keychain API On iPhone?

    "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."

    0 讨论(0)
提交回复
热议问题