C#Md5加密

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编辑  收藏  举报