SecurityTool 1.0.0
dotnet add package SecurityTool --version 1.0.0
NuGet\Install-Package SecurityTool -Version 1.0.0
<PackageReference Include="SecurityTool" Version="1.0.0" />
paket add SecurityTool --version 1.0.0
#r "nuget: SecurityTool, 1.0.0"
// Install SecurityTool as a Cake Addin #addin nuget:?package=SecurityTool&version=1.0.0 // Install SecurityTool as a Cake Tool #tool nuget:?package=SecurityTool&version=1.0.0
MD5(string input)
DesEncrypt(string pToEncrypt, string sKey)
DesDecrypt(string pToDecrypt, string sKey)
CheckSqlQueryString(string queryStringName)
EnSecurityString(string str)
UnSecurityString(string str)
AESEncrypt(string EncryptString, string EncryptKey)
AESEncrypt(string EncryptString, byte[] keyArray)
AESDecrypt(string DecryptString, string DecryptKey)
DecryptAESSTD(string decryptString, string decryptKey, string salt, int itera)
Md5Hash(string input)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 |
---|---|---|
1.0.0 | 722 | 8/26/2019 |
MD5(string input)
DesEncrypt(string pToEncrypt, string sKey)
DesDecrypt(string pToDecrypt, string sKey)
CheckSqlQueryString(string queryStringName)
EnSecurityString(string str)
UnSecurityString(string str)
AESEncrypt(string EncryptString, string EncryptKey)
AESEncrypt(string EncryptString, byte[] keyArray)
AESDecrypt(string DecryptString, string DecryptKey)
DecryptAESSTD(string decryptString, string decryptKey, string salt, int itera)
Md5Hash(string input)