摘要:
MD5加密密码 private string GetMD5(string sDataIn) { MD5CryptoServiceProvider md5=new MD5CryptoServiceProvider(); byte[]bytValue,bytHash; bytValue = System.Text.Encoding.UTF8.GetBytes(sDataIn); bytHash =... 阅读全文
posted @ 2007-11-23 10:15
tohen
阅读(425)
评论(2)
推荐(0)

浙公网安备 33010602011771号