You are not logged in.
Pages: 1
Is there a method in SynCrypto which provides for decrypting a RSAutl string? I have the private key, but can't find anything that provides the same result in delphi as using:
openssl rsautl -decrypt -inkey keyfile.pem
Does anybody have any suggestions or past experience that might help?
Offline
Thanks for the quick reply. Would something like this be possible using the wrappers available in SynOpenSSL?
Offline
https://github.com/lminuti/Delphi-OpenSSL
https://github.com/cybexr/Delphi-unit-OpenSSL
both are OpenSSL delphi wrapper , maybe helpful
Offline
Pages: 1