Support for SQLite3MC - SQlite3 Multiple Ciphers #4157
mtissington
started this conversation in
General
Replies: 2 comments
|
I wasn't aware since I hadn't tried it before, but if I give it a shot and there are no issues, it might be possible. |
0 replies
|
I've just used the SQLite3MC amalgamation to build the dll and our project can still access a sqlcipher database. You just need to set the cipher before setting the key or password. In fact it makes a bunch of other things less complicated, like creating a backup - you can easily use "VACUUM INTO" I imagine using it instead of sqlcipher.dll is straight forward. Then the UI would need to be updated to enable selecting different ciphers. |
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.
Uh oh!
There was an error while loading. Please reload this page.
I know there is support for sqlcipher which as expected does work with sqlite3mc when it's configured with cipher=sqlcipher
However it would be great if there was full support for SQLite3 Multiple Ciphers.
Can this happen?
All reactions