.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.3.7 |
Author(s): | stulzq |
Last Update: | Tuesday, September 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stulzq/RSAUtil |
NuGet Url: | https://www.nuget.org/packages/XC.RSAUtil |
Install
Install-Package XC.RSAUtil
dotnet add package XC.RSAUtil
paket add XC.RSAUtil
XC.RSAUtil Download (Unzip the "nupkg" after downloading)
Dependencies
- Portable.BouncyCastle(>= 1.8.8)
Tags