ios - Is keychain item created by app safe without access control? -


i'm saving secret in keychain in app without access control. i've searched item should accessible app.

is there anyway compromise keychain item? e.g can hacker install fake app same bundle identifier replace app , keychain item?

ios has single keychain accessible when device unlocked. app(or set of apps if have keychain sharing set up), has access keychain items store. if device jailbroken there ways steal items keychain. see tutorial has info on keychain best practices:

ios app security ray wenderlich

from above site:

although keychain access more secure, high-priority target. jailbroken ios devices there command line utilities print out keychain access database’s contents.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -