Delphi-OpenSSL
Delphi-OpenSSL copied to clipboard
encrypt and decrypt string with rsa
how encrypt and decrypt string with rsa, using your wrapper ?
You can create a TStringStream with your string and use TRSAUtil.PublicEncrypt / RSAUtil.PrivateDecrypt as in the main demo