摘要:
/// /// 用md5加密 /// /// 输入的数据 /// public static string MD5(string Sourcein) { MD5CryptoServiceProvider MD5CSP = new MD5CryptoServiceProvider(); byte[] MD5Source = System.Text.Encoding.UTF8.Ge... 阅读全文
posted @ 2007-12-22 14:08
speshow
阅读(1406)
评论(0)
推荐(0)

浙公网安备 33010602011771号