rsacryptoserviceprovider using x509 certificates c#

前端 未结 4 1859
失恋的感觉
失恋的感觉 2020-12-28 23:31

i am using a certificate generated by makecert which has both private and public key. The java side uses this public key to encrypt the data and .net decrypts it back.

4条回答
  •  情话喂你
    2020-12-29 00:03

    I stumbled across this page when I was trying to find examples of makcert usage with x509 certificates and rsa using c#, and unfortunately it only provided part of the solution. I put all the bits together in a blog entry that people might be interested in, and it can be found here: http://nick-howard.blogspot.com/2011/05/makecert-x509-certificates-and-rsa.html

提交回复
热议问题