Skip to content
Discussion options

You must be logged in to vote

I figured it out. Use PRAGMA hexkey instead of PRAGMA key

database.execute("PRAGMA cipher = 'sqlcipher';");
database.execute("PRAGMA legacy = 4;");
database.execute("PRAGMA hexkey = '$hexKey';"); // Use hexkey instead of key

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@outdoorapps
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by outdoorapps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants