KastleWall.Encryption
3.1.1
See the version list below for details.
dotnet add package KastleWall.Encryption --version 3.1.1
NuGet\Install-Package KastleWall.Encryption -Version 3.1.1
<PackageReference Include="KastleWall.Encryption" Version="3.1.1" />
paket add KastleWall.Encryption --version 3.1.1
#r "nuget: KastleWall.Encryption, 3.1.1"
// Install KastleWall.Encryption as a Cake Addin #addin nuget:?package=KastleWall.Encryption&version=3.1.1 // Install KastleWall.Encryption as a Cake Tool #tool nuget:?package=KastleWall.Encryption&version=3.1.1
HashCreator: 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.
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.
</pre>
Product | Versions 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. |
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.