Top 20 NuGet hash Packages

A library containing OpenSSL-like extension methods for HashAlgorithm.
Class that can compute and verify salted hashes. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
.NET Utilities exposes simple and effective methods to accomplish tasks which are otherwise unnecessarily complex or long. For example, you can request a web page using this short snippet: string html = Http.Get("http://google.com"); Clean and simple! .NET Utilities features: - SHA1, SHA256, SHA3...
The OpenSSL Project is a commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
The OpenSSL Project is a commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
Data.HashFunction implementation of Fowler–Noll–Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function).
A tiny package for one call password hash (sha2) generator and matcher. Simple Do var h = new Hasher(); var hash = h.getHash("abcd"); var salt = h.Salt; Now you can store salt and hash. To match simply do: var h2 = new Hasher(salt); h2.match(stringToCheck, hash); // returns true or false
A class library for common encryption tasks. Supports various hash and encryption algorithms.
A library for all the data structures in C#. Every class is generic and reusable.
Generate short unique ids from integers.
Test your C# classes' Equals and GetHashCode implementations with ease
a lightweight library for hashing.
HashDiff is a class-library utility for comparing 2 sets of checksum hashes.
Dtx Library - Useful Library for C# Developers
.NET Library for Encryption/Decryption. Usage: Encrypting file using AES (256 bits): CyberCrypt._AES256.EncryptFile("C:\example.txt", "YourPassword") Decrypting file using AES (256 bits): CyberCrypt._AES256.DecryptFile("C:\example.txt", "YourPassword") Hashing string using SHA512: CyberCrypt._SH...
MurmurHash3 x64 128-bit - a fast, non-cryptographic hash function.
FNV-1a hash algorithm in C#