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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -