Skip to content

[ASK] How to use cipher configurate (optional) #4351

Answered by mbsysde99
mbsysde99 asked this question in Q&A
Discussion options

You must be logged in to vote

I resolved my problem with solution from here

I set my configuration like this, and sqlipher database can be open with same password. Thanks

PRAGMA kdf_iter = '64000';
PRAGMA cipher_page_size = 1024;
PRAGMA cipher_hmac_algorithm = HMAC_SHA1;
PRAGMA cipher_default_kdf_algorithm = PBKDF2_HMAC_SHA1;
PRAGMA cipher = 'aes-256-cfb';

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mbsysde99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #4350 on December 20, 2021 21:23.