jrnker / CSharp-easy-RSA-PEM

C# Class library with sample app to load and save PEM encoded keys into RSACryptoServiceProvider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Generated RSA Keys

jobert21 opened this issue · comments

I can successfully encrypt a file using public key generated from Java. But I can't decrypt using the private key. I generated RSA keys using the standard PKCS8 encoding for private key and X509 encoding for public key.