摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace Utility{ public class MD5 { public static string GetStrMd5(string ConvertString) { MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider... 阅读全文
posted @ 2013-03-28 17:02 冰深 阅读(146) 评论(0) 推荐(0) 编辑