HashLib4CSharp is a C# library that provides an easy to use interface for computing hashes and checksums of strings (with a specified encoding), files, streams, byte arrays and untyped data.
Info
Version: | 1.5.0 |
Author(s): | Ugochukwu Mmaduekwe |
Last Update: | Monday, July 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Xor-el/HashLib4CSharp |
NuGet Url: | https://www.nuget.org/packages/HashLib4CSharp |
Install
Install-Package HashLib4CSharp
dotnet add package HashLib4CSharp
paket add HashLib4CSharp
HashLib4CSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags