-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 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.
Yes, my previous test project SQLite3MultipleCiphers-NuGet is now used to generate independent NuGet packages. End of November I published NuGet packages based on SQLite3 Multiple Ciphers 2.2.6:
These packages depend only on SQLitePCLRaw.core.
The packages should be used with .Net 10 (released in November 2025), because only .NET 10 correctly supports the password property of the connection objects.
Please test the packages and report any issues.