Top 20 NuGet hashing Packages

indexed file btree implementation in C#: Commit/abort transactions, localized unicode string order, recovery of damaged files, and configurable memory footprint, hashing, prefixing, and object serialization.
A .NET implementation of scrypt algorithm.
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael. Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2.
PWDTK.NET (Password Toolkit) is a .NET API which easily allows you to create crypto random salt strings and generate password hashes using a HMAC SHA-512 based version of the PBKDF2 specification. It also contains an implementation of password policies which are enforced using regular expressions. ...
CryptSharp - use https://www.nuget.org/packages/BCrypt.Net-Next/ for password hashing, not this library.
ASP.NET Core Identity IPasswordHasher implementation using BCrypt.Net - next
DEPRECATED - The 'CryptoHelper' is now strong named by default.
This component will calculate SHA-hash for your message and then sign that with a certificate stored in Microsoft Azure KeyVault.
Templated calls to Symmetric encript/decript and HashAlgorithm.ComputeHash
The STK is an ever growing tool kit of foundational programming classes and constructs, from simple logging functionality to advanced networking functionality. Some of the functions include: Logging Encryption Hashing Serialzation Service components Network infrastructure http://tools.d8data.com ...
A .NET wrapper to invoke a C implementation of Argon2.
A .NET wrapper to invoke a C implementation of Argon2.
Conceptually immutable byte string type
.NET library for hashing in immutable value based style.
Library to Hash and encode values in your project
Library to Hash and encode values in your project
Adaptation of the Microsoft.AspNet.Identity.PasswordHasher that removes the hard-coded iteration count, replacing it with a configurable iteration count (that defaults to 10,000).
Hashing library abstraction, used by various implementations. Contains adapters for System.Security.Cryptography.HashAlgorithm for both streaming and standalone hashing.
A collection of Hash functions (xxHash...) dedicated for fast computations for .NET
ASP.NET Core Identity IPasswordHasher implementation using Scrypt.NET