Top 20 NuGet hashing Packages

A high performance hash collection for use in a distributed hash table
A interface for implementing caching and storage of objects by their hash, a specialized key/value store for any object that implements `CryptLink.SigningFramework.IHashable`.
Simple password hashing library for .NET.
PBKDF2.NET provides adaptive password-based key derivation functionality (PBKDF2) for the .NET Framework. It adheres to the suggested PBKDF2 implementation while also holding true to the .NET cryptographic programming model. This is done to ensure smooth transition for users of this library and red...
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...
Efuelite Solutions Cryptography package helps developers to generate strong passwords, hashing of passwords and authentication of supplied hash passwords to be used in .Net Applications, This pacakge also encrypts and decrypts text,messages in very secure formats to be transmitted safely through any...
A library to make it easier to leverage crypto operations inside .NET. Use it for symmetric encryption and decryption. For properly hashing passwords (and that means properly in accordance to a "Troy Hunt" standard in .NET -- NOT endorsed by him by the way). This library also brings along some basic...
MurmurHash3 x64 128-bit - a fast, non-cryptographic hash function.
A convenient signing and hashing framework, anything you can serialize, you can hash and sign. Allows for partial class hashing and custom implementations. Also provides a IComparable byte[] wrapper for efficient comparison and sorting.
Abstractions for the Jumble password hashing library.
A simple repository for the hashing of a fingerprint image and the checking to see if a fingerprint matches a hash.
A library for hashing images and comparing those hashes for similarity.
Caelan framework for password hashing
Utilities for generating hashes and hashcodes
Breaking Change -- This package is now deprecated in favor of the Hallmanac.CryptoHelpers NuGet package. The breaking change is that the namespaces have changed in this library to match the .NET Standard library. It is now "Hallmanac.CryptoHelpers". The author (being me) was a little daft and didn'...
Cryptographically secure implementations of Bogosoft.Hashing contracts.