Page 1 of 1
Support for Encrypted SQLite
Posted: Thu 21 Apr 2011 06:07
by Huizensoft
Hi
It looks like you do support encrypted SQLite.
How does it work?
If you only support 3rd parties, which ones? (SQLiteCrypt...)
Thanks
Riaan
Posted: Thu 21 Apr 2011 08:00
by Shalex
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.