We had one: https://issues.apache.org/jira/browse/CB-50
For iOS, I believe the only thing we can control is the usage of this in the File API plugin, and perhaps the other plugins that write to file such as Camera and Capture. The rest are opaque to us. On Fri, Jul 5, 2013 at 9:55 AM, Loic Pfister <[email protected]>wrote: > Hello, > > I was wondering the same thing so I had a look at the cordova code for > android & ios. > > For Android: > Nothing is done, which means it will be only encrypted if the user decide > to encrypt the full phone using android os encryption mechanism. > > For iOS: > Same here nothing is done, > The only difference is that the all hard drive is encrypted by default. > And ios decrypt on the fly the info. > > However of your device is running (or if no pass code is set) then the > attacker can have full access. > > One thing we could for iOS is to use the data protection api which them > rely on the passcode for encryption and make it much secure (if a passcode > is set) however this cannot work with icloud. > > @dev: i can inplement the security based on passcode for ios if useful for > someone? Is there a ticket for this? > > Cheers > > Loic > > > -- > AdNovum Singapore Pte. Ltd. > Loïc Pfister, Software Engineer > Master of Science MSc in Communication Systems EPFL > > On 6 Jul, 2013, at 0:18, Filip Maj <[email protected]> wrote: > > > My understanding is that Android cache and local storage are both > > encrypted by the OS as well, but I will defer to Joe's input on that / > > providing links to documentation that it is so. Joe should be back in > > action next week. > > > > On 7/5/13 12:34 AM, "Shazron" <[email protected]> wrote: > > > >> On iOS, we rely on OS encryption, we do nothing to encrypt explicitly. > >> See: > >> https://github.com/phonegap/phonegap/wiki/Platform-Security > >> (doc may not be up to date, and should be moved to the Apache wiki) > >> > >> > >> On Thu, Jul 4, 2013 at 11:24 PM, Nguyen Van Duy1 <[email protected]> > wrote: > >> > >>> Hello, > >>> > >>> Thanks for the great project Cordova! > >>> > >>> I have a very quick newbie question: Does Cordova encrypt the cache > >>> data? > >>> If encrypting data is a fundamental requirement before saving them to > >>> disk, do you have any suggestion how to make it work in Cordova? Thanks > >>> a > >>> lot. > >>> > >>> Regards - Duy. >
