G
Guest
Hi guys,
We have created a key pair (privKey.pem, pubKey.pem) with OpenSSL as our
partner requested (they use this format). They encrypted a string with our
public key and then base64 encoded the string.
We want to use Visual Studio.net 2003 to base64 decode the string, and then
decrypt the string with the private key (*.pem format).
It seems that VS.Net uses xml keys for this natively. Is there a way to
work with the OpenSSL *.Pem key files with the RSACryptoProvider?
Any advice/help/guidance would be appreciated.
Thanks,
Ron
We have created a key pair (privKey.pem, pubKey.pem) with OpenSSL as our
partner requested (they use this format). They encrypted a string with our
public key and then base64 encoded the string.
We want to use Visual Studio.net 2003 to base64 decode the string, and then
decrypt the string with the private key (*.pem format).
It seems that VS.Net uses xml keys for this natively. Is there a way to
work with the OpenSSL *.Pem key files with the RSACryptoProvider?
Any advice/help/guidance would be appreciated.
Thanks,
Ron