-
I would like to use the current version of SQLite3MultipleCiphers within SQLitePCL.raw. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
I agree that it would be desirable if the project SQLitePCL.raw would publish releases more frequently. However, at least there is a prerelease available which is based on SQLite3MC 1.9.2 (released in December 2024) - see NuGet.org. Currently I'm working on fixing some issues in SQLite3 Multiple Ciphers. The next release will probably take place within a week or so. Maybe Eric Sink can be convinced thereafter to make a new release of SQLitePCL.Raw based on the latest version.
SQLite3MultipleCiphers-cb is my playground to test compatibility with SQLitePCL.Raw. After the next release of SQLite3MC I will update this project to test the latest version. Then there is SQLite3MultipleCiphers-NuGet, which depends on SQLite3MultipleCiphers-cb - also just used for testing purposes. However, the GitHub CI workflow creates an artifact that may be usable. Unfortunately, the last workflow run happened 4 months ago, so that the artifact has already expired. If you are interested in giving it a try, I can update this project, too, after the next release. |
Beta Was this translation helpful? Give feedback.
-
There is a good chance that a new version of SQLitePCL.raw will be released in the near future - see Eric Sink's comment. |
Beta Was this translation helpful? Give feedback.
-
SQLitePCL.Raw 2.1.11 was released today, and supports SQLite3 Multiple Ciphers 2.1.0. |
Beta Was this translation helpful? Give feedback.
-
A hint that might help someone who wants to migrate from, for example, SQLitePCLRaw.bundle_e_sqlcipher to SQLitePCLRaw.bundle_e_sqlite3mc: |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the encryption feature in SQLitePCL.Raw 2.1.11 will currently not work properly. The reason is a change in behaviour of SQLite itself and a flaw in Microsoft.Data.SQLite - see issue #197 for details. The issue has to be fixed in Microsoft.Data.SQLite. |
Beta Was this translation helpful? Give feedback.
I agree that it would be desirable if the project SQLitePCL.raw would publish releases more frequently. However, at least there is a prerelease available which is based on SQLite3MC 1.9.2 (released in December 2024) - see NuGet.org.
Currently I'm working on fixing some issues in SQLite3 Multiple Ciphers. The next release will probably take place within a week or so. Maybe Eric Sink can be convinced thereafter to make a new release of SQLitePCL.Raw based on the latest version.