Skip to content
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

Open
zoff99 opened this issue Apr 10, 2020 · 4 comments
Open

Can you upgrade to latest sqlcipher for android 4.3.0 ? #13

zoff99 opened this issue Apr 10, 2020 · 4 comments

Comments

@zoff99
Copy link

zoff99 commented Apr 10, 2020

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

@n8fr8
Copy link
Member

n8fr8 commented Apr 10, 2020

Will do.

@zoff99
Copy link
Author

zoff99 commented Apr 11, 2020

@n8fr8 cool thanks

@eighthave eighthave removed their assignment Jun 30, 2020
@eighthave
Copy link
Member

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.

@n8fr8
Copy link
Member

n8fr8 commented Dec 9, 2020

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants