摘要:
1 public static string Md5Sum(string strToEncrypt) 2 { 3 System.Text.UTF8Encoding ue = new System.Text.UTF8Encoding(); 4 byte[] bytes = ue.GetBytes(strToEncrypt); 5 6 // encrypt bytes 7 System.Security.Cryptography.MD5CryptoServiceProvider md... 阅读全文
posted @ 2012-12-16 15:05
Lyghost
阅读(549)
评论(0)
推荐(0)

浙公网安备 33010602011771号