CWAC-SafeRoom v0.3.1 is now available. This update changes the implementation of the new rekey()
option to use SQLCipher for Android’s built-in changePassword()
, rather than an execSQL()
call. This allows me to avoid building a SQL statement with the passphrase in it. This does not change the public API exposed by CWAC-SafeRoom, though.
If you have any questions, start a fresh topic in the CWAC category here, or ask on Stack Overflow in the commonsware-cwac
tag. If you encounter a bug, read the contribution guidelines, then file an issue.