Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Pure C# MD5

Zero-dependency, pure C# implementation of the MD5 hashing algorithm.


Quick Start

Our C# MD5 is very easy to use, instead of "using (..." blob we directly call it. Example:

string hash = MD5.ComputeHashHex("hello");
Console.WriteLine(hash); /* Output: 5d41402abc4b2a76b9719d911017c592 */

Warning

MD5 hashing algorithm is not secure.

Releases

Packages

Contributors

Languages