I am developing an application which would include the download of a few files from the server the app talks to. So I am planning to store the downloaded files(Quiet sensitive) in aLibrary directory. Preferably I would create a subdirectory (marked as hidden) and store it under it. But this hidden subdirectory would be easily accessible on a jailbroken device.
Is there a way I can store it securely in the Library directory which will not be accessible on jailbroken device also?
Can we create and store files in a subdirectory which is password protected? How can we password protect a subdirectory or a file?
Thanks in advance