Top 20 NuGet md5 Packages

FasterHashing library
An hashing library for making hashing easier. Supports CRC-32, MD5 and SHA-1 to SHA-512. HMAC support for MD5 and SHA-1, also supports awaitable hashing operations.
The RS Encryption Library can be used to add basic SHA1 string encryption to any application. The assembly is compiled at .Net version 4.0 level compatability.
CSharp.Encrypt
CSharp.Security
This is a Command line tool. Supported: MD5, SHA1, SHA256, SHA384, SHA512.
Cryptography Advanced Coding Functions Tecnosoftware components are free to use, developed by qualified teams, with no use limitation and unlimited number of installations. If you wish to support Tecnosoftware components development or simply make a donation, please visit https://bit.ly...
A simple dotnet tool to calculate hashes of the given file
A fluent library of wonderful extensions and utilities that can make your code short and clean.
File Checksum Integrity Verifier, Supported: MD5, SHA1, SHA256, SHA384, SHA512.
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT *** CryptHash.Core is a .NET Standard Class Library for text and files symmetric (AES 256 CBC) authenticated (HMACSHA256) encryption/decryption with salt...
常用的加密方法:DES、MD5、RNG、SHA
常用的加密方法:DES、MD5、RNG、SHA
SanJing.Hash
apteryx QQ:82121500
Aes and Rsa encryption. Md5 and Sha hash code generator.
MD5加密、验证码生成
Get the hashes that you want. MD5 SHA1 SHA256 SHA384 SHA512 You can check the credibility of the Hash using the method. IHash _hash = new Hash(); var result = _hash.GetHash("test", HashType.SHA512); var checkHash = _hash.CheckHash( "test", ...
Encrypt strings, byteArray, objects or stream using .GetMD5() extension. Ex: string key = "hello world".GetMD5();