About EncryptionKey...

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

About EncryptionKey...

Post by ibdac1pro » Tue 01 Mar 2016 06:44

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.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: About EncryptionKey...

Post by MaximG » Thu 03 Mar 2016 11:07

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.

Post Reply