Page 1 of 1

sqlite encryption

Posted: Tue 28 Dec 2010 08:51
by goozgooz
3.50.0.14

* Added encryption support in the SQLite provider


encryption by wxsqlite?
please sample or demo!

Posted: Tue 28 Dec 2010 09:32
by AlexP
Hello,


We have added encryption support with using standard SQLite functions: sqlite3_key, sqlite3_rekey.
You can use these features like:

use the key
UniConnection1.SpecificOptions['EncryptionKey']:= 'key'

set the key
uses LiteClassesUni;
procedure EncryptDatabase(Connection: TCRConnection; NewKey: _string);

but if your sqlite.dll doesn't support encryption you can't use these features.

We will add this information into the UniDAC help in one of the next builds.