Encryption supported?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Marc V
Posts: 6
Joined: Wed 30 Mar 2011 07:46

Encryption supported?

Post by Marc V » Tue 04 Jun 2013 12:25

Is encryption supported in dotConnect for SQLite?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Encryption supported?

Post by Pinturiccio » Wed 05 Jun 2013 14:46

dotConnect for SQLite supports only SEE, CEROD and SQLiteCrypt encryption. But you have to purchase the respective SQLite extension, because our provider works with works with SEE, CEROD and SQLiteCrypt encryption only if you have the corresponding extension.
Please also note that SQLiteCrypt is not an official extension, and sqlite.org cannot guarantee that the SQLiteCrypt dll assemblies will be updated in time, besides, our provider may prove unstable with this assembly.
For more information, please refer to http://www.hwaci.com/sw/sqlite/see.html
http://www.devart.com/dotconnect/sqlite ... nMode.html

Post Reply