Replies: 2 comments 2 replies
-
Glad to hear that.
Yes, this is very unfortunate. The author of SQLitePCLRaw, Eric Sink, decided to drop support for builds with encryption extensions, after he became a more or less official member of the SQLite developer team. AFAIK he intends to support only the official SQliet Encryption Extension (SEE) in the future, although he claims that it will be possible to use separate encryption extensions with SQLitePCLRaw - as long as you build the binaries yourself.
Actually, I have a separate repository SQLite3MultipleCiphers-cb, which I used for testing purposes in the past, while SQLite3 Multiple Ciphers binaries were still provided by SQLitePCLRaw. Unfortunately, Eric Sink has changed the way to generate the binaries for SQLitePCLRaw version 3 - and decided to not publish his new approach. Nevertheless, I guess that the binaries generated in my test repository should be usable in conjunction with the new version of SQLitePCLRaw. But I haven't tested that myself, because the .Net world is definitely not my world. Since the test repository was used for tests only in the past, the binaries generated by the GitHub CI workflow were never published. However, the binaries generated by the latest update are still available here - but they will be deleted by GitHub. So, I don't know how long they will be available. In addition, I have the repository SQLite3MultipleCiphers-NuGet, which I created with huge support from @bricelam. Again, the package created by the GitHub CI workflow after the latest update is still available here. In principle, the plan is to provide a solution that can be combined with the latest SQLitePCLRaw version, but unfortunately I am not able to do this without expert support. |
Beta Was this translation helpful? Give feedback.
-
I've been able to use
The only issue I've faced is when migrating from 2.2.0 to 2.2.1. Now, I have to figure out how to make it work for iOS... |
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.
-
Hi,
I've been using SQLite3MultipleCiphers with SQLitePCLRaw for a while in a .NET MAUI app, and it has been working perfectly.
However, I noticed that starting from version 3, SQLitePCLRaw no longer provides free builds with encryption support.
Is there any plan to offer free builds of SQLite3MultipleCiphers for use with SQLitePCLRaw as part of this repository?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions