HS-HASH NuGet Package

HS-HASH is a data hashing class that uses a secure hash algorithm and returns the hashed value of the entered string.

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.




Got any HS-HASH Question?





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)



Tags



STATS

must-have-score

1.3

avg-downloads-per-day

1

days-since-last-release

1313