Support for SQLite3MC - SQlite3 Multiple Ciphers #4157
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions