zied-ellouze / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Encrypted Sync Channel Support #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As an optional configuration, ability to store local sync channel data in an 
encrypted format.

The default would be no encrytion for performance reasons

Original issue reported on code.google.com by openmobs...@gmail.com on 13 Mar 2011 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 16 May 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by openmobs...@gmail.com on 20 Jun 2011 at 1:30

GoogleCodeExporter commented 9 years ago
On Android,

you turn encryption on using the openmobster-app.xml file:
<app-conf>
    <encryption>true</encryption>
</app-conf>

Default value is false for performance reasons. Also you cannot switch back and 
forth as the data will get corrupted. If gone from one setup to another, you 
can re-install the app to get fresh data.

On iPhone, all sqlite databases are hardware encrypted out-of-the-box. See here 
for details: 
https://nickharris.wordpress.com/2010/07/14/core-data-and-enterprise-iphone-appl
ications-protecting-your-data/

Original comment by openmobs...@gmail.com on 15 Aug 2011 at 10:09