I'm currently trying to understand how the iOS On-Disk Encryption works. I've read Protecting Data Using On-Disk Encryption in the iOS App Programming Guide. It says that user must have an active passcode lock set for the device.
But some things are still unclear for me:
Will application still be able to decrypt previously encrypted file if...
- user will disable passcode?
- user will disable passcode and then enable it back with the same value?
- user will change passcode?