|
-
Sep 17th, 2021, 07:57 AM
#10
Re: RC6 - New encrypt option for Sqlite DB: SqlCipher
 Originally Posted by Mark@SF
@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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|