Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
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...