摘要: //MD5特殊加密publicstaticstringMD51(stringpassword){stringstrResult="";MD5md5=System.Security.Cryptography.MD5.Create();byte[]byteresult=md5.ComputeHash(E... 阅读全文
posted @ 2011-10-17 15:28 DemonWang 阅读(489) 评论(0) 推荐(0)