Info
Version: | 3.2.0 |
Author(s): | KastleWall |
Last Update: | Tuesday, October 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/KastleWall.Encryption |
Install
Install-Package KastleWall.Encryption
dotnet add package KastleWall.Encryption
paket add KastleWall.Encryption
KastleWall.Encryption Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
A simple hash provider utility to generate hash key for given 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:
- Implements RijndaelManaged key generator and encryptor based on System.Security.Cryptography.RijndaelManaged.
Lic: Provided as is, Author doesn't take responsibility for info security.
It is up to package consumer to use it to generate hash for the string.