Support for Encrypted SQLite

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Huizensoft
Posts: 5
Joined: Mon 11 Apr 2011 19:48

Support for Encrypted SQLite

Post by Huizensoft » Thu 21 Apr 2011 06:07

Hi

It looks like you do support encrypted SQLite.
How does it work?
If you only support 3rd parties, which ones? (SQLiteCrypt...)

Thanks
Riaan

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 21 Apr 2011 08:00

We support the SEE and CEROD 3rd party extensions of sqlite3.dll. You should compile their sources and obtain the sqlite3.dll library with the SEE/CEROD extension as an output. Then replace our \Windows\System32\sqlite3.dll with the one you have compiled. After this, you can use dotConnect for SQLite in the SEE/CEROD mode: specify "Encryption=SEE" (or "Encryption=CEROD") in your connection string and also assign the key to the "Password" connection string parameter.

Post Reply