.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.
Info
Version: | 1.0.1 |
Author(s): | stulzq |
Last Update: | Tuesday, March 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stulzq/RSAUtil |
NuGet Url: | https://www.nuget.org/packages/XC.Framework.Security.RSAUtil |
Install
Install-Package XC.Framework.Security.RSAUtil
dotnet add package XC.Framework.Security.RSAUtil
paket add XC.Framework.Security.RSAUtil
XC.Framework.Security.RSAUtil Download (Unzip the "nupkg" after downloading)
Dependencies
- XC.BouncyCastle.Crypto(>= 1.0.0)
Tags