I have a linux c++ server application witch sends AES128 encrypted strings. The library that the application is using is open SSL.
Is there any delphi library I can use to encrypt data witch needs to be sent to the server . I have found an unit but the data isn’t decripted ok between the server and client.
Thanks.
Getting Key, IV and parameters right is usually the toughest part.
I got the AES implementation from Delphi Encryption Compendium in Delphi 2007 on Windows to encrypt/decrypt stuff coming from an AS/400 without much trouble.
Another route you can follow is use the OpenSLL binaries on Windows and use Delphi wrappers around them.