Info
Version: | 1.1.1 |
Author(s): | Henry's Software |
Last Update: | Sunday, September 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://henrys-software.com/ |
NuGet Url: | https://www.nuget.org/packages/HS-HASH |
Install
Install-Package HS-HASH
dotnet add package HS-HASH
paket add HS-HASH
HS-HASH Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
For security reasons, you may want to store passwords in hashed form. This guards against the possibility that someone who gains unauthorized access to the database can retrieve the passwords of every user in the system. Hashing performs a one-way transformation on a password, turning the password into another String, called the hashed password. “One-way” means that it is practically impossible to go the other way - to turn the hashed password back into the original password.
HS-HASH also includes several options for encryption/decryption and more.