IOCipher
IOCipher copied to clipboard
Can you upgrade to latest sqlcipher for android 4.3.0 ?
https://github.com/sqlcipher/android-database-sqlcipher/releases/tag/v4.3.0
Will do.
@n8fr8 cool thanks
Based on our discussions in IRC/Matrix, the app itself needs to implement the SQLCipher migration in order to use the latest SQLCipher versions. When I looked into it when I was doing the last IOCipher update, it didn't look like the code in IOCipher needed any changes to support the latest SQLCipher.
https://discuss.zetetic.net/t/upgrading-to-sqlcipher-4/3283
We need to provide an IOCipher release that sets these values for backwards compat.
PRAGMA cipher_page_size = 1024; PRAGMA kdf_iter = 64000; PRAGMA cipher_hmac_algorithm = HMAC_SHA1; PRAGMA cipher_kdf_algorithm = PBKDF2_HMAC_SHA1;