Info
Version: | 0.0.1-preview-20190116-1 |
Author(s): | 简玄冰 |
Last Update: | Wednesday, January 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bing-framework/Bing.Encryption |
NuGet Url: | https://www.nuget.org/packages/Bing.Encryption |
Install
Install-Package Bing.Encryption
dotnet add package Bing.Encryption
paket add Bing.Encryption
Bing.Encryption Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
Tags
对各种常用的加密算法进行封装,Base64、对称密码(DES、3DES、AES)、非对称密码(RSA)等实现。.