[guardian-dev] IOCipher v0.3 release: cleaner API and better 5.0/Lollipop/21 support

Hans-Christoph Steiner hans at guardianproject.info
Wed Feb 25 05:24:13 EST 2015


https://guardianproject.info/code/iocipher

I just finalized the v0.3 release of IOCipher. This release focused on three
things:

* improved mount error handling
* native binaries that are tested on android-21/5.0/Lollipop
* debug tools for working with encrypted containers on desktop systems

In ChatSecure, we were having issues with an IOCipher store on the SD card.
It seems that users were ejecting the SD card while ChatSecure was running,
then IOCipher's container file was no longer available.  IOCipher's mount()
command made that difficult to troubleshoot, so I changed the API so that
VirtualFileSystem.mount() no longer creates a new file, instead that must
happen by calling VirtualFileSystem.createNewContainer().  This allows mount()
to return much more useful error Exceptions.

The native build was also updated to build with the latest NDK, which should
include fixes related to android-21/5.0/Lollipop.

Lastly, there is now more debug options when working with IOCipher.  It is a
lot easier to mount a IOCipher container file on a desktop system (GNU/Linux)
since ./fuse_sqlfs now accepts the password on stdin.  Additionally, there is
the sqlfsls and sqlfscat utilities for working directly with the IOCipher
container file.

For details on accessing the container file on a Debian/Ubuntu system:
https://dev.guardianproject.info/projects/iocipher/wiki


Binaries:
https://guardianproject.info/releases/IOCipher-v0.3.zip

GPG sig:
https://guardianproject.info/releases/IOCipher-v0.3.zip.sig

Source:
https://github.com/guardianproject/IOCipher


.hc

-- 
PGP fingerprint: 5E61 C878 0F86 295C E17D  8677 9F0F E587 374B BE81
https://pgp.mit.edu/pks/lookup?op=vindex&search=0x9F0FE587374BBE81

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mayfirst.org/pipermail/guardian-dev/attachments/20150225/92673609/attachment.sig>


More information about the guardian-dev mailing list