<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Will fwd my reply as well. Interesting perception about performance
issues of SQLCipher.<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
<td>Re: Moving Funf to SQLCipher</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
<td>Thu, 26 Apr 2012 11:00:40 -0700</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
<td>Nadav <a class="moz-txt-link-rfc2396E" href="mailto:nadava@gmail.com"><nadava@gmail.com></a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Reply-To:
</th>
<td><a class="moz-txt-link-abbreviated" href="mailto:funf-developer@googlegroups.com">funf-developer@googlegroups.com</a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:funf-developer@googlegroups.com">funf-developer@googlegroups.com</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<div class="gmail_extra">Hi Nathan! </div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">We actually really like SQLCypher and
considered doing this about a year ago, but at least at the time
SQLCypher was encrypting the entire database every time, and not
doing per-field encryption (and field names) - so we could not
efficiently use it with the amount of read/writes that we did. I
haven't checked the updates recently - Does it support this type
of functionality? (if so that's really great, if not - consider it
a feature request :).</div>
<div class="gmail_extra">Funf does encrypt the full databases when
we are done writing to one with a user specified key, but that's
mostly for when we back them up on the phone or transport them to
the back-end. SQLCypher could be very useful for apps that
actually use this data while its on the phone so we'd would love
to be able to add it as a type of local storage maybe (and if it
had the per-field capabilities it might be able to be the default
mode of storage).</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Nadav</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Thu, Apr 26, 2012 at 10:43 AM, Nathan
of Guardian <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:nathan@guardianproject.info" target="_blank">nathan@guardianproject.info</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hey guys! Great progress, and really neat hack on the
Dropbox APK Builder thing.</div>
<div><br>
</div>
<div>You shoulder really consider using our SQLCipher for
Android library instead of plain ol' SQLite in order to
safeguard all the sensor data you are gathering. It is
ridiculously easy to implement, as the API is 99% compatible
with android.database.*.</div>
<div><br>
</div>
<div><a moz-do-not-send="true"
href="https://guardianproject.info/code/sqlcipher/"
target="_blank">https://guardianproject.info/code/sqlcipher/</a></div>
<div><br>
</div>
<div>SQLCipher is not just for Android, either... there are
libraries and source for a wide variety of devices and
OSes: <a moz-do-not-send="true" href="http://sqlcipher.net/"
target="_blank">http://sqlcipher.net/</a></div>
<div><br>
</div>
<div>Cheers from the Guardian Project team!</div>
<div><br>
</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>