RuoVea.ExCrypt 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RuoVea.ExCrypt --version 7.0.0                
NuGet\Install-Package RuoVea.ExCrypt -Version 7.0.0                
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="RuoVea.ExCrypt" Version="7.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RuoVea.ExCrypt --version 7.0.0                
#r "nuget: RuoVea.ExCrypt, 7.0.0"                
#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 RuoVea.ExCrypt as a Cake Addin
#addin nuget:?package=RuoVea.ExCrypt&version=7.0.0

// Install RuoVea.ExCrypt as a Cake Tool
#tool nuget:?package=RuoVea.ExCrypt&version=7.0.0                

RuoVea.ExCrypt

介绍

集成加密工具类 AES、 Base64、DESCrypt、MD5、SHA1、PBKDF2.Key加密算法

使用示例
    // 配置注入
    severs.ExCryptInject(...);

相关配置文件
    {
      "CryptKey": {
        /* AES 密钥 */
        "AesKey": "1234567890123456",
        /* AES 向量 */
        "AesIv": "abcdefghijklmnop",
        /* DES 密钥 */
        "DesKey": "RuoVea###***"
      }
    }
Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 205 11/23/2023
7.0.0 56 7/23/2024
6.0.2 916 9/16/2022
6.0.1 367 8/24/2022
6.0.0 1,794 2/9/2022
5.0.7.1 98 11/23/2023
5.0.7 676 11/13/2021
5.0.6 375 11/5/2021
5.0.5 303 11/4/2021
5.0.4 333 11/4/2021
5.0.3 306 10/5/2021
5.0.2 310 9/30/2021
5.0.1 289 9/27/2021
5.0.0 366 9/26/2021
2.1.1 86 11/24/2023