EasilyNET.Security 1.3.8.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.Security --version 1.3.8.5
NuGet\Install-Package EasilyNET.Security -Version 1.3.8.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasilyNET.Security" Version="1.3.8.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasilyNET.Security --version 1.3.8.5
#r "nuget: EasilyNET.Security, 1.3.8.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EasilyNET.Security as a Cake Addin
#addin nuget:?package=EasilyNET.Security&version=1.3.8.5

// Install EasilyNET.Security as a Cake Tool
#tool nuget:?package=EasilyNET.Security&version=1.3.8.5
EasilyNET.Security

一个.Net 中常用的加密算法的封装.降低加密解密的使用复杂度.

  • 目前有的算法:AES,DES,SHA,RC4,MD5,TripleDES,RSA,SM2

  • 支持 RSA XML 结构的 SecurityKey 和 Base64 格式的互转.

  • 本库不是去实现加密算法,而是基于.Net 提供的接口封装,为了方便使用

  • 未经测试的预测,若是遇到了解密乱码,可能是需要引入一个包.

  • 在主项目中添加 System.Text.Encoding.CodePages 库,并在程序入口处添加注册代码. Programe.cs

var builder = WebApplication.CreateBuilder(args);

System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.24.701.90 29 7/1/2024
3.24.628.114 41 6/28/2024
3.24.627.145 38 6/27/2024
3.24.620.160 71 6/20/2024
3.24.613.115 72 6/13/2024
3.24.612.95 63 6/12/2024
3.24.528.90 78 5/28/2024
3.24.522.84 54 5/22/2024
3.24.512.213 54 5/12/2024
3.24.508.112 85 5/8/2024
2.2024.428.71 96 4/28/2024
2.2024.427.1128 86 4/27/2024
2.2.72 94 4/14/2024
2.2.71 81 4/12/2024
2.2.8 72 4/26/2024
2.2.6 84 4/10/2024
2.2.5 94 3/26/2024
2.2.4 97 3/25/2024
2.2.3 92 3/24/2024
2.2.2 87 3/21/2024
2.2.1 100 3/20/2024
2.2.0 93 3/13/2024
2.1.9 96 2/21/2024
2.1.8 97 2/18/2024
2.1.7 87 2/16/2024
2.1.6 92 2/14/2024
2.1.5 86 2/14/2024
2.1.4 95 2/9/2024
2.1.3 92 2/8/2024
2.1.2 59 2/5/2024
2.1.1.2 172 12/26/2023
2.1.1.1 97 12/26/2023
2.1.1 103 12/25/2023
2.1.0 108 12/17/2023
2.0.11 123 12/6/2023
2.0.1 109 11/15/2023
2.0.0 99 11/14/2023
1.9.1 97 11/1/2023
1.9.0 90 10/19/2023
1.9.0-preview2 81 10/12/2023
1.9.0-preview1 71 10/12/2023
1.8.9 111 10/11/2023
1.8.8 103 10/11/2023
1.8.7-rc2 77 9/21/2023
1.8.7-rc1 76 9/12/2023
1.8.6 281 8/31/2023
1.8.5 113 8/25/2023
1.8.4 115 8/24/2023
1.8.3 120 8/23/2023
1.8.2 111 8/22/2023
1.8.1 109 8/18/2023
1.8.0 133 8/15/2023
1.7.9 126 8/11/2023
1.7.8 132 8/11/2023
1.7.7 128 8/10/2023
1.7.6 129 8/9/2023
1.7.5 126 8/9/2023
1.7.4 153 8/3/2023
1.7.3 110 8/1/2023
1.7.2 118 7/31/2023
1.7.1 109 7/27/2023
1.7.0 139 7/25/2023
1.6.9 134 7/25/2023
1.6.8 135 7/24/2023
1.6.7 128 7/20/2023
1.6.6 119 7/19/2023
1.6.5 111 7/19/2023
1.6.4 121 7/17/2023
1.6.3 119 7/17/2023
1.6.2 117 7/12/2023
1.6.1 129 6/30/2023
1.6.0 120 6/26/2023
1.5.9 120 6/22/2023
1.5.8 125 6/15/2023
1.5.7.1 125 6/14/2023
1.5.7 123 6/14/2023
1.5.6.2 130 6/7/2023
1.5.6.1 147 6/7/2023
1.5.6 131 6/7/2023
1.5.5.2 121 5/26/2023
1.5.5.1 125 5/26/2023
1.5.5 127 5/26/2023
1.5.4.4 130 5/25/2023
1.5.4.3 134 5/23/2023
1.5.4.2 138 5/17/2023
1.5.4.1 128 5/16/2023
1.5.4 151 5/11/2023
1.5.3 149 5/11/2023
1.5.2 142 5/10/2023
1.5.1 142 5/10/2023
1.5.0 153 5/6/2023
1.4.0 142 5/5/2023
1.3.9 164 4/23/2023
1.3.8.6 155 4/23/2023
1.3.8.5 161 4/21/2023
1.3.8.1 171 4/12/2023
1.3.8 173 4/11/2023
1.3.7 171 4/9/2023
1.3.6.3 193 4/1/2023
1.3.6.2 190 3/31/2023
1.3.6.1 187 3/31/2023
1.3.6 187 3/31/2023
1.3.5 183 3/30/2023
1.3.4.1 206 3/29/2023
1.3.4 183 3/28/2023
1.3.3 189 3/28/2023
1.3.2 200 3/26/2023
1.3.1 202 3/22/2023
1.3.0 196 3/21/2023
1.2.0 211 3/21/2023
1.1.0 222 3/17/2023
1.0.9 211 3/16/2023