RuoVea.ExCrypt
6.0.3.1
See the version list below for details.
dotnet add package RuoVea.ExCrypt --version 6.0.3.1
NuGet\Install-Package RuoVea.ExCrypt -Version 6.0.3.1
<PackageReference Include="RuoVea.ExCrypt" Version="6.0.3.1" />
paket add RuoVea.ExCrypt --version 6.0.3.1
#r "nuget: RuoVea.ExCrypt, 6.0.3.1"
// Install RuoVea.ExCrypt as a Cake Addin #addin nuget:?package=RuoVea.ExCrypt&version=6.0.3.1 // Install RuoVea.ExCrypt as a Cake Tool #tool nuget:?package=RuoVea.ExCrypt&version=6.0.3.1
RuoVea.ExCrypt
介绍
集成加密工具类 AES、 Base64、DESCrypt、MD5、SHA1、PBKDF2.Key加密算法,支持简体中文、繁体中文、粤语、日语、法语、英语.
使用示例
// 配置注入
severs.ExCryptInject(...);
相关配置文件
{
"CryptKey": {
/* AES 密钥 */
"AesKey": "1234567890123456",
/* AES 向量 */
"AesIv": "abcdefghijklmnop",
/* DES 密钥 */
"DesKey": "RuoVea###***"
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on RuoVea.ExCrypt:
Package | Downloads |
---|---|
RuoVea.ExFilter
注入 进行全局的异常日志收集、执行操作日志、参数验证,支持简体中文、繁体中文、粤语、日语、法语、英语. services.ExceptionSetup();// 注入 全局错误日志处 services.ExceptionSetup(ExceptionLog actionOptions);// 注入 全局错误日志处 services.ExceptionSetup(builder.Configuration.GetSection("AopOption:ExceptionLog"));// 注入 全局错误日志处 services.RequestActionSetup();// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.RequestActionSetup(RequestLog actionOptions);// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.RequestActionSetup(builder.Configuration.GetSection("AopOption:RequestLog"));// 注入 请求日志拦截 [执行操作日志、参数验证 ] services.ResourceSetup();//对资源型信息进行过滤 services.ResultSetup();//对结果进行统一 services.ApISafeSetup(AppSign actionOptions);//接口安全校验 services.ApISafeSetup(builder.Configuration.GetSection("AopOption:AppSign"));//接口安全校验 services.ApISignSetup(AppSign actionOptions);//签名验证 ( appKey + signKey + timeStamp + data ); services.ApISignSetup(builder.Configuration.GetSection("AopOption:AppSign"));//签名验证 ( appKey + signKey + timeStamp + data ); services.AddValidateSetup();//模型校验 services.AddUiFilesZipSetup();//将前端UI压缩文件进行解压 不进行接口安全校验 -> NonAplSafeAttribute 不签名验证 -> NonAplSignAttribute 不进行全局的异常日志收集 -> NonExceptionAttribute 不对资源型信息进行过滤 -> NonResourceAttribute 不对结果进行统一 -> NonRestfulResultAttribute |
|
RuoVea.OmiApi.UserRoleMenu
用户、角色、菜单管理 API |
|
RuoVea.OmiApi.SystemApp
用户、角色、菜单、机构、职位、权限管理 API |
|
RuoVea.OmiApi.Auth
用户登陆 API |
|
RuoVea.OmiApi.User
用户管理 API |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.1 | 123 | 8/28/2024 |
8.0.0 | 239 | 11/23/2023 |
7.0.1 | 120 | 8/28/2024 |
7.0.0 | 198 | 7/23/2024 |
6.0.3.1 | 1,688 | 8/28/2024 |
6.0.2 | 977 | 9/16/2022 |
6.0.1 | 394 | 8/24/2022 |
6.0.0 | 1,856 | 2/9/2022 |
5.0.8 | 137 | 8/28/2024 |
5.0.7.1 | 144 | 11/23/2023 |
5.0.7 | 705 | 11/13/2021 |
5.0.6 | 403 | 11/5/2021 |
5.0.5 | 322 | 11/4/2021 |
5.0.4 | 352 | 11/4/2021 |
5.0.3 | 331 | 10/5/2021 |
5.0.2 | 337 | 9/30/2021 |
5.0.1 | 312 | 9/27/2021 |
5.0.0 | 385 | 9/26/2021 |
2.1.2 | 80 | 8/28/2024 |
2.1.1 | 104 | 11/24/2023 |