摘要:
public static string StringToMD5Hash(string inputString) { MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider(); byte[] encryptedBytes = md5.ComputeHash(Encoding.... 阅读全文
posted @ 2007-01-16 08:05
battlerstar
阅读(1848)
评论(1)
推荐(0)