An Online Tool to Generate The MD5 of Text

September 7, 2009 | 0 Comments

I’ve created a web based MD5 generator for text. MD5 is a widely used cryptographic hash function that can be used to check the integrity of data. If the data is changed the hash value will change too. If you would like to know how to create an MD5 in C# go to An MD5 [...]

Filed Under: Online Tools

An MD5 Hash of a String

December 5, 2008 | 1 Comments

MD5 hashing can be used as a quick and easy way to check if a string was changed or not. I created a class to let me get the hash or verify it with 1 line of code.

Filed Under: ASP.NET, WinForms