<div dir="ltr">Ah, thank you Nathan! I originally started reading about IOCipher on ChatSecure's github site. They described IOCipher as follows: "IOCipher allows you to create an encrypted virtual file store within a SQLite/SQLCipher database..."  So now I understand based on your response. IOCipher is basically a SQLCipher database with the added ability read/write files inside of it.<div><br></div><div>-JW</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 11:18 AM, Nathan of Guardian <span dir="ltr"><<a 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"><span class=""><br>
On Mon, Feb 8, 2016, at 11:06 AM, Jabber Wocky wrote:<br>
> I'm trying to understand some basics of IOCipher. The documentation<br>
> states<br>
> it to be a "virtual encrypted disk" but then mentions it is based on<br>
> SQLCipher.  Does this mean that IOCipher is actually an encrypted SQLite<br>
> database?  Just trying to understand... Thanks for any responses!<br>
<br>
</span>Yes! It was Hans' brilliant idea to use libSQLFS ("a library that<br>
implements a POSIX style filesystem on top of an SQLite database" on top<br>
of SQLCipher. It has worked like a charm, in production use by 100,000s<br>
of users in ChatSecure, Courier, CameraV (where we record and play<br>
videos into it) and other apps.<br>
<br>
<a href="https://github.com/guardianproject/libsqlfs" rel="noreferrer" target="_blank">https://github.com/guardianproject/libsqlfs</a><br>
<a href="https://github.com/guardianproject/iocipher" rel="noreferrer" target="_blank">https://github.com/guardianproject/iocipher</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
  Nathan of Guardian<br>
  <a href="mailto:nathan@guardianproject.info">nathan@guardianproject.info</a><br>
_______________________________________________<br>
List info: <a href="https://lists.mayfirst.org/mailman/listinfo/guardian-dev" rel="noreferrer" target="_blank">https://lists.mayfirst.org/mailman/listinfo/guardian-dev</a><br>
To unsubscribe, email:  <a href="mailto:guardian-dev-unsubscribe@lists.mayfirst.org">guardian-dev-unsubscribe@lists.mayfirst.org</a><br>
</font></span></blockquote></div><br></div>