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.