Virtuesoft.Framework.EncryptExtensions 6.0.1

dotnet add package Virtuesoft.Framework.EncryptExtensions --version 6.0.1
NuGet\Install-Package Virtuesoft.Framework.EncryptExtensions -Version 6.0.1
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="Virtuesoft.Framework.EncryptExtensions" Version="6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Virtuesoft.Framework.EncryptExtensions --version 6.0.1
#r "nuget: Virtuesoft.Framework.EncryptExtensions, 6.0.1"
#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 Virtuesoft.Framework.EncryptExtensions as a Cake Addin
#addin nuget:?package=Virtuesoft.Framework.EncryptExtensions&version=6.0.1

// Install Virtuesoft.Framework.EncryptExtensions as a Cake Tool
#tool nuget:?package=Virtuesoft.Framework.EncryptExtensions&version=6.0.1

加密扩展,
包含常用 的MD5,sha1,sha256,rsa,aes,des
新增编码模式快捷操作
新增hex编码转换

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Virtuesoft.Framework.EncryptExtensions:

Package Downloads
Virtuesoft.Framework.Gateaway

接口框架 重构版 .NET6 修复认证授权失败后翻译失效的问题 修正gateawaybase.error 不设置状态的错误 2022年2月25 新增缓存选项

Virtuesoft.Framework.TranslateService.Abstractions

翻译服务基类

Virtuesoft.Framework.GoogleExtensions

针对google验证码的相关扩展

Virtuesoft.Shell

便捷 shell 执行程序

Virtuesoft.Chats.Core

简单的消息交换框架.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.1 438 8/8/2022
6.0.0 2,441 4/28/2022
1.0.6 1,781 10/16/2021
1.0.5 282 10/16/2021
1.0.4 5,810 1/5/2021
1.0.3 429 8/25/2020
1.0.2 430 8/17/2020
1.0.1 423 7/31/2020

加密扩展,
包含常用 的MD5,sha1,sha256,rsa,aes,des
修复aes加密在部分情况bug的问题