KastleWall.Encryption 3.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package KastleWall.Encryption --version 3.0.4
                    
NuGet\Install-Package KastleWall.Encryption -Version 3.0.4
                    
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="3.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KastleWall.Encryption" Version="3.0.4" />
                    
Directory.Packages.props
<PackageReference Include="KastleWall.Encryption" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KastleWall.Encryption --version 3.0.4
                    
#r "nuget: KastleWall.Encryption, 3.0.4"
                    
#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.
#:package KastleWall.Encryption@3.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KastleWall.Encryption&version=3.0.4
                    
Install as a Cake Addin
#tool nuget:?package=KastleWall.Encryption&version=3.0.4
                    
Install as a Cake Tool

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. I mplements 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 15,702 10/2/2018
3.1.2 1,626 6/28/2019
3.1.1 1,527 6/28/2019
3.1.0 1,698 9/28/2018
3.0.4 1,707 9/28/2018
3.0.1 1,704 9/28/2018
2.0.0 4,546 11/2/2017