3.50.0.14
* Added encryption support in the SQLite provider
encryption by wxsqlite?
please sample or demo!
sqlite encryption
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.
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.