摘要: public static string GetMD5(string str) //自己写的 { //创建MD5对象 MD5 md5= MD5.Create(); //开始加密 //需要将字符串转换成字节数组 byte[] buffer = Encoding.... 阅读全文
posted @ 2016-07-09 17:07 wipp 阅读(3201) 评论(0) 推荐(0)