I\'m working on encrypting some database fields. By encrypting of course I lose some search functionality. I found this library called SQLCipher which handles the encryption at the data开发者_JS百科ba
I have a problem - i can\'t compile SqlCipher. I\'m using this http://groups.google.com/group/sqlcipher/browse_thread/thread/55c6296b56bf4533/c792bbec6df7d4f4?tvc=2#c792bbec6df7d4f4 instructions (thx
I Cipher Room database with code bellow. final byte[] passphrase = SQLiteDatabase.getBytes(DatabaseHelper.KEY.toCharArray());