如何使用Keychain访问在iPhone App中存储密码?

编程入门 行业动态 更新时间:2024-10-14 00:30:15
本文介绍了如何使用Keychain访问在iPhone App中存储密码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

有人能告诉我如何在Keychain中存储信息吗?它有多安全?

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

推荐答案

  • 简单的iPhone钥匙串代码
  • 苹果:iPhone钥匙扣备份
  • 在iPhone上使用Keychain API有什么意义吗?
    • Simple iPhone Keychain Code
    • Apple: iPhone Keychain Backups
    • Is There Any Point To Using The Keychain API On iPhone?
    • 你剩下的是一个加密的平面文件数据库,专门针对少数数据类型,具有非常笨重且记录错误的API。如上所述,其功能可能是重复的,使用更好的API,没有太多的努力。加密部分是重要的,因为其主要目的是保证密钥和密码的安全。 DIY密钥数据库可以通过使用对称密钥加密来保护,然后将该密钥放入密钥链中。

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

更多推荐

如何使用Keychain访问在iPhone App中存储密码?

本文发布于:2023-11-24 02:35:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1623653.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何使用   密码   iPhone   Keychain   App

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!