Page 1 of 1

About EncryptionKey...

Posted: Tue 01 Mar 2016 06:44
by ibdac1pro
Hi,

SQLite3, Android, Delphi 10 Seattle, Unidac 6.2.7

DBConn.SpecificOptions.Values['Direct'] := 'True';
DBConn.SpecificOptions.Values['EncryptionAlgorithm'] := 'leBlowfish';
DBConn.SpecificOptions.Values['EncryptionKey'] := 'qlalfqjsgh';
DBOpen;


Can you see the encryption key when the APK file Decompile?

Do you see in plaintext?
Or,
Do you see a ciphertext?

Thx.

Re: About EncryptionKey...

Posted: Thu 03 Mar 2016 11:07
by MaximG
The EncryptionKey parameter will be saved as plaintext. In the next release, we will implement the possibility to save EncryptionKey values encrypted when working with Connection Editor in Design Time. However, when using this parameter in code, the value will be still saved as plaintext.