-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you upgrade to latest sqlcipher for android 4.3.0 ? #13
Comments
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; |
https://github.com/sqlcipher/android-database-sqlcipher/releases/tag/v4.3.0
The text was updated successfully, but these errors were encountered: