PirateCell 1.0.2

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

// Install PirateCell as a Cake Tool
#tool nuget:?package=PirateCell&version=1.0.2

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

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.

Version Downloads Last updated
2.0.3 554 10/27/2020
2.0.2 532 2/28/2020
2.0.1 4,065 4/16/2019
2.0.0 700 11/14/2018
1.0.2 734 9/30/2018
1.0.1 701 9/29/2018
1.0.0 686 9/28/2018

No Notes only action.