Delphi-OpenSSL
Delphi-OpenSSL copied to clipboard
Equivalent of the php openssl_public_decrypt in delphi
Hi, What is the Equivalent of the php openssl_public_decrypt in your delphi component? I want to decrypt a string (not file) with public key. The string has encrypted with private key in php.