lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
MD5 String Extension Method
15 May 09 08:11 AM | Frederick.Chapleau | with no comments
A quick one! When included, extend the string object by adding ToMD5() method. public static string ToMD5(this string s) { System.Security.Cryptography.MD5 md5 = new System.Security.Cryptography.MD5CryptoServiceProvider(); byte[] result = md5.ComputeHash...
Filed under: