Can attackers defeat iOS keychain and data-protection encryption? [closed]

a 夏天 提交于 2019-12-06 05:23:14

问题


I am developing an iOS app that it has to store username and password and other sensitive data. I am considering using NSUserDefaults or keychain storage. Are there other more secure method to keep attackers from defeating iOS keychain or such data protection?


回答1:


There's a good read-up on this whole security topic here, it's an older article but anyway. I personally think that the whole security concept on apples iOS platform together with hardware encryption on iOS devices is really good. Android and Android devices are problematic as we all know.

But adding additional security measures, by encrypting your data additionally, is not a bad idea anyway!



来源:https://stackoverflow.com/questions/13248496/can-attackers-defeat-ios-keychain-and-data-protection-encryption

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!