Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Protection on iOS

If targetting iOS 4, you can use the Data Protection APIs.

If you have 'Full' protection, does this encrypt the entire sandbox?

Specifically, If I downloaded say a .doc file to disk programatically will this be encrypted? Or is it only encrypted if I use the NSData data protection options?

like image 550
Luke Mcneice Avatar asked Feb 10 '11 14:02

Luke Mcneice


1 Answers

It's only encrypted if you use data protection. See App States and Multitasking, and Protecting Data Using On-Disk Encryption.

like image 196
Elias Avatar answered Sep 20 '22 19:09

Elias