摘要:
public static string Std_Encrypt_MD5(string AppKey) { MD5 MD5 = new MD5CryptoServiceProvider(); byte[] datSource = Encoding.GetEncoding("gb2312").GetBytes(AppKey); byte[] newSource = MD5.ComputeHash(datSource); Console.WriteLine(newSource.Length);... 阅读全文
posted @ 2012-04-18 15:42
纳米程序员
阅读(185)
评论(0)
推荐(0)


浙公网安备 33010602011771号