Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在钥匙串中存储敏感数据是 iOS 的最佳实践。但是使用越狱设备,攻击者可以转储所有钥匙串数据。(钥匙链翻斗车)
任何人都可以帮助我了解如何保护钥匙串中的数据,以防设备越狱。
这是不可能的。如果设备越狱,所有数据都可以轻松访问。
您可以在 Keychain 之上实施自己的自定义加密以增强安全性。例如,在将密码存储在钥匙串中之前,使用一种神奇的方法对密码进行加密。(然后尝试混淆该方法以最大程度地减少对其进行逆向工程的机会。)