Top 20 NuGet hashing Packages

A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to...
A .NET/Mono implementation of Bob Jenkins’ SpookyHash version 2. Offers 32-, 64- and 128-bit hashes of strings, char and byte arrays, streams and any type of object represented by an array of simple types.
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to...
Simplified wrappers around BouncyCastle to make it easier to use cryptography methods in your .Net project
SMTP and POP3 helpers for Magic, which combined with magic.lambda.mime allows you to easily send emails from Hyperlambda. To use package go to https://polterguy.github.io
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
MIME helpers for Magic built on MimeKit, allowing you to easily construct and parse MIME messages. Combined with magic.lambda.mail, it also gives you sending and retrieving of emails capability. To use package go to https://polterguy.github.io
Contains basic tools for Rjindael encryption, password hashing and type conversion as well as helpful extensions for basic typs like Images, String and Lists.
Cryptography helpers for Magic, allowing you to store passwords cryptographically secured, in addition to providing some other crypto functionality, such as cryptogragraphically secure random generator, and other hashin slots. To use package go to https://polterguy.github.io
A simple password hashing based on top of Microsoft PBKDF2 with an easy to use interface
SimpleCryptography is a library designed to make using encryption and message authentication services nice and simple.
Encryption, decryption, and hashing helpers.
A collection of Hash functions (xxHash...) dedicated for fast computations for .NET
A simple service to hash passwords with PBKDF2 in C#.
Generate, hash passwords and check password against hashed password, in one very small library without any frills
Secure password HashAlgorithm implementations including bcrypt (from BCrypt.net) and PBKDF2 suitable for use with SqlMembershipProvider
Encryption, compression, encoding, hashing, one time password, secure file and directory erase. Supports RSA, ECDH, Blowfish, ChaCha20, DES, Format Preserving Encryption, Idea, RC2, RC4, AES, Triple DES, Twofish, XTEA, SHA1, SHA2, HAVAL, GOST, Whirlpool, Grindal, RadioGatun, Skein, Blake, Keccak, C...
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.
ASP.NET Core Identity IPasswordHasher implementation using Argon2
A c# netstandard utility for simple crypt/decrypt text. The code is written in .NET C#.