encryption - iOS "Data Protection" depends on user passcode set or not? -


when developing ios apps 1 can chose add capability "data protection", offers more "protection".

what, after lot of searching , reading, still unclear me: files declared secured "complete protection" encrypted if user doesn't set passcode? every thing found somehow involves passcode of user. need have things encrypted though user has no passcode set.

thx in advance!

from ios documentation (protecting data using on-disk encryption):

data protection available on ios devices , subject following requirements:

  • the file system on user’s device must support data protection. devices support behavior.
  • the user must have active passcode lock set device.

i'd 2nd bullet point answers question.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -