Quote Originally Posted by Mark@SF View Post
@schmidt -

I've converted several of my older MS Access database applications to SQLite.
I'm also using VS Community 2019 ((VB.Net).

I am now facing the conversion of an encrypted MS Access database to an encrypted SQLite database.
The free Encryption-Modules for SQLite (which are an extension on top of "vanilla-sqlite") -
are the responsibility of the different "Wrapper-Authors".

For the SQLite-COM-wrapper (behind the RC6-libs, used in VBA/VB6 and VBScript), I'm providing that service.

The "official .NET-wrapper for SQLite" does (to my knowledge) not come with support for the free Encryption-extensions.

And I don't have the time currently, to dive into the intricacies of:
- recompiling the .NET-wrapper for SQLite in a proper manner (using proper includes)...
- so that these free crypto-extensions will work as they should, without breaking other things in the .NET-wrapper

As said, this is the JOB of the devs who are producing the current SQLite-wrappers for a certain target-language or -environment.
(I'd suggest, to ask your question in the SQLite-Forum... chances are - somebody has already published something .NET-related regarding crypto-extensions).

HTH

Olaf