SQLite Forum

System.Data.SQLite with SSE (or other encryption)
Login
Hi, will there be a support for SSE (1) in any future version of System.Data.SQLite ?

In a commercial project we are using System.Data.SQLite in a C#/WPF Windows desktop application and sqlite databases are encrypted using now unsupported method (since version 1.0.113.1, when in SQLite SQLITE_HAS_CODEC was removed).

We are also using System.Data.SQLite.EF6 because we use Entity Framework.

I saw that Microsoft.Data.Sqlite (2) already contains support for encryption libraries (SQLCipher is mentioned).
Will there be anything similar in System.Data.SQLite for SSE (or any other encryption library)?

Thanks.

(1) http://www.hwaci.com/sw/sqlite/see.html)

(2) https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/encryption?tabs=netcore-cli)