KastleWall.Encryption 2.0.0

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

// Install KastleWall.Encryption as a Cake Tool
#tool nuget:?package=KastleWall.Encryption&version=2.0.0

Kastlewall Security provides Hash key generator to generate one-way hash key and Encryptor to encrypt/decrypt plain text.

HashCreator: A simple hash provider utility to hash string using salt. System.Security.Cryptography.RNGCryptoServiceProvider for cryptographic number generation. System.Security.Cryptography.Rfc2898DeriveBytes to implement password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on System.Security.Cryptography.HMACSHA1.

Encryptor: Provides encrypt/decrypt for string. Implements RijndaelManaged key generator and encryptor based on System.Security.Cryptography.RijndaelManaged.

License: Provided free, as it is, Author doesn't take responsibility for info security. It is up to package consumer to use it to generate a hash key for the string.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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

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
3.2.0 13,002 10/2/2018
3.1.2 1,430 6/28/2019
3.1.1 1,336 6/28/2019
3.1.0 1,470 9/28/2018
3.0.4 1,486 9/28/2018
3.0.1 1,489 9/28/2018
2.0.0 3,719 11/2/2017