saeiddavoody 0 Posted yesterday at 05:05 AM (edited) Hi, In my VCL application I send a request to server and receive a data that encrypted by php openssl_private_encrypt. Now I want to decrypt it with a public key. I have the public key. How should I do that? Is there a third-party component to do that? what difference between using openssl library to decrypt data with public key and decrypting it using other library or pure RSA? Update: Some components such as TMS Cryptography, Delphi-OpenSSL decrypt data with private key not public key using openssl. How should I decrypt the string with public key using openssl? Edited yesterday at 07:46 AM by saeiddavoody Share this post Link to post