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