PirateCell 2.0.0
See the version list below for details.
dotnet add package PirateCell --version 2.0.0
NuGet\Install-Package PirateCell -Version 2.0.0
<PackageReference Include="PirateCell" Version="2.0.0" />
paket add PirateCell --version 2.0.0
#r "nuget: PirateCell, 2.0.0"
// Install PirateCell as a Cake Addin #addin nuget:?package=PirateCell&version=2.0.0 // Install PirateCell as a Cake Tool #tool nuget:?package=PirateCell&version=2.0.0
PirateCell
C# Library which is used for cryptographic Functions
import the PirateCell.dll or download it using the Nuget package manager console. Install-Package PirateCell
Functions in this library:
chiper._SALT("string") returns random SALT value of string
chiper._SHA_1("string") returns SHA1 hash value of string
chiper._SHA_1_WITH_SALT("string","salt") returns SHA1 hash value added with salt
chiper._SHA_256("string") returns SHA256 hash value of string
chiper._SHA_256_WITH_SALT("strings","salt") returns SHA256 hash value added with salt
chiper._SHA_512("string") returns SHA512 hash value of string
chiper._SHA_512_WITH_SALT("string","salt") returns SHA512 hash value added with salt
chiper._Encrypt("string","key_value","iv_value") returns encrypted value using AES CBC encryption
chiper._Decrypt("encrypted_string","key_value","iv_value") returns decrypted value of the string
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 (1)
Showing the top 1 NuGet packages that depend on PirateCell:
Package | Downloads |
---|---|
SuperNova
Super Nova is utility library can be used for multi purpose for captcha and mail sending and lot more |
GitHub repositories
This package is not used by any popular GitHub repositories.
Pirate Cell Reloaded Version 2.0