2006年4月26日

.Net framework 2同1.1 的Md5函数,存在不同?

摘要: 定义如下函数: /**//// /// 根据提供的字符,进行MD5加密,返回加密后的字符 /// /// 原始信息 /// 返回加密字符 public static string MD5(string message) { byte[] Data=Encoding.ASCII.Ge... 阅读全文

posted @ 2006-04-26 12:06 Pierce 阅读(603) 评论(0) 推荐(0)

导航