Hi
It looks like you do support encrypted SQLite.
How does it work?
If you only support 3rd parties, which ones? (SQLiteCrypt...)
Thanks
Riaan
Support for Encrypted SQLite
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.