An MD5 Hash of a String

Amgad Suliman | 05/12/2008 | 0 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