Sqlite SQLCipher 如何支持自定义加密参数设置 #7635
Unanswered
quanhengyu
asked this question in
Q&A
Replies: 1 comment
|
No equivalent dialog, dbx only takes the key. On open it tries cipher_compatibility 4, 3, 2, 1 and then RC4 legacy with page sizes 4096, 1024, 512, 2048, 8192, 16384, 32768, 65536. New encrypted files are always created with SQLCipher 4 defaults. So a database made in DB Browser with a custom KDF iteration count or HMAC setting will not open here. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
以下是DB Browser for sqlited的设置界面

All reactions