0

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.

opc0de
  • 11,557
  • 14
  • 94
  • 187

2 Answers2

0

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.

Community
  • 1
  • 1
Jeroen Wiert Pluimers
  • 23,965
  • 9
  • 74
  • 154
0

TurboPower Lockbox 3 contains OpenSSL but I have never actually used it before.

enter image description here

Shambhala
  • 1,159
  • 3
  • 13
  • 31