如何使用钥匙串访问在iPhone App中存储密码?

发布于 2024-10-01 16:59:04 字数 33 浏览 5 评论 0原文

有人可以告诉我如何在钥匙串中存储信息吗?它有多安全?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

平生欢 2024-10-08 16:59:05

“你剩下的是一个加密的平面文件数据库,专门用于少数数据类型,具有非常笨重且记录不良的 API。正如我上面所写的,它的功能可以通过更好的 API 进行复制,不过,加密部分很重要,因为它的主要目的是保证密钥和密码的安全,可以通过使用对称密钥对其进行加密,然后将该密钥放入钥匙串中来进行保护。”

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文