Hi support
I have upgraded from Delphi 11 (Alexandria) to Delphi 13 (Florence)
AES Encryption versions:
4.3.1.0 (D11)
5.0.9.6 (D13)
I have a number of projects in D11, using database tables containing encrypted passwords
I also have generated 16 digit keys
Mode : CBC
Format : Hexa
Keylength 128 bits
I use Win10 (32 bit)
I try to upgrade the projects to D13 where TMS Crypto 5.0.9.6 is installed, but it fails to decrypt the existing encrypted passwords.
On the demo projects installed along with the setup, the keylength is required to be 32 chars (128 bits = 16 chars)
Now I do not know how I can distribute an upgrated project reading from existing database tables with users and AES-encrypted passwords
How can I use TMSEncryption version 5.0.9.6 to decrypt 4.3.1.0-encrypted strings stored in a database
Demo 4.3.1.0 D11
Demo 5.0.9.6 D13
Br.
Anders Balslev

