Hi,
I'm creating an app that will require compressed and encrypted read-only databases, so the SQLite professional extensions are an obvious choice.
Does the SQLite ADO.Net provider support the CEROD extensions?
Thanks in advance!
I wrote a custom encryption module for SQLite. I didn't purchase Dr. Hipp's encryption extensions -- rather I plugged my own encryption extensions into the existing infrastructure in the free version of SQLite.
None of the for-pay features of SQLite extensions are included in this version of the provider.
Thanks Robert,
Is there an example of using your encryption module from C#?
Any thoughts on compression?
Regards,
Chris