System.Data.Sqlite encryption

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
JustinScott
Posts: 2
Joined: Wed 14 Nov 2012 19:51

System.Data.Sqlite encryption

Post by JustinScott » Wed 14 Nov 2012 21:19

I want to use the dotConnect product to open an existing database that was encrypted by System.Data.Sqlite
--and--
I want to create new databases with dotConnect which can be opened by our existing tools which use the System.Data.Sqlite encryption.

How do I make this happen?

Thanks a million for any help/insight!
Justin

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

Re: System.Data.Sqlite encryption

Post by Pinturiccio » Thu 15 Nov 2012 13:50

If your database is encrypted with an official encryption extension like SEE or CEROD, then our provider can open it, but you have to have this encryption extension.

dotConnect for SQLite supports only official encryption extensions. If you have such extension, then you can work with an encrypted database.

You can also download the trial version of dotConnect for SQLite from our website http://www.devart.com/dotconnect/sqlite/download.html and evaluate the product during 30 days.

JustinScott
Posts: 2
Joined: Wed 14 Nov 2012 19:51

Re: System.Data.Sqlite encryption

Post by JustinScott » Thu 15 Nov 2012 16:15

Wouldn't System.Data.Sqlite's encryption mechanism be an official encryption?

System.Data.Sqlite is made by the same team that provides SQLite itself.

Notice the same domain: "SQLite.org"
http://www.sqlite.org/
http://system.data.sqlite.org/

Justin

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

Re: System.Data.Sqlite encryption

Post by Pinturiccio » Fri 16 Nov 2012 14:06

dotConnect for SQLite doesn't support System.Data.Sqlite's encryption.

Post Reply