IOCipher icon indicating copy to clipboard operation
IOCipher copied to clipboard

Can you upgrade to latest sqlcipher for android 4.3.0 ?

Open zoff99 opened this issue 4 years ago • 4 comments

https://github.com/sqlcipher/android-database-sqlcipher/releases/tag/v4.3.0

zoff99 avatar Apr 10 '20 17:04 zoff99

Will do.

n8fr8 avatar Apr 10 '20 19:04 n8fr8

@n8fr8 cool thanks

zoff99 avatar Apr 11 '20 07:04 zoff99

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.

eighthave avatar Jun 30 '20 06:06 eighthave

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;

n8fr8 avatar Dec 09 '20 14:12 n8fr8