stulzq / RSAUtil

.NET Core RSA algorithm using the help tool.It supports data encryption, decryption, signature and verification signature.It supports three key formats, namely: xml, pkcs1, pkcs8.It also supports key conversion for these three formats.Last also support pem formatting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkcs1格式证书

candyjun2007 opened this issue · comments

如果能支持pem格式加密证书就完美了

支持pem,用RsaPemFormatHelper将pem格式处理一下就行了

带密码保护的证书呢?

不支持