sqlite crypt

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
yarodev
Posts: 4
Joined: Sun 02 Nov 2014 06:39

sqlite crypt

Post by yarodev » Thu 20 Nov 2014 06:42

Hi,
Could you help me understand encryption of database.
I'm using professional version and try to encrypt but with no success.
When I set connectionstring to encryption=SEE, then error show about no entry for sqlite3_key

How to use this parameters?

best regards,
yaro

yarodev
Posts: 4
Joined: Sun 02 Nov 2014 06:39

Re: sqlite crypt

Post by yarodev » Thu 20 Nov 2014 08:24

ok, I know.
It looks, that another library needed.

I thought, that SEE is build-in function.

yaro

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

Re: sqlite crypt

Post by Pinturiccio » Thu 20 Nov 2014 16:30

dotConnect for SQLite suports the following kinds of encryption: SEE, CEROD, SQLiteCrypt and SQLCipher. But you have to purchase the respective SQLite extension, because our provider works with SEE, CEROD, SQLiteCrypt and SQLCipher encryption only if you have the corresponding extension. For more information, please refer to http://www.devart.com/dotconnect/sqlite ... nMode.html

Post Reply