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.
About EncryptionKey...
Re: About EncryptionKey...
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.