摘要: 方法一: //须添加对System.Web的引用 using System.Web.Security; ... /// /// SHA1加密字符串 /// /// 源字符串 /// 加密后的字符串 public string SHA1(string source) { return FormsAuthentication.HashPa... 阅读全文
posted @ 2010-04-19 19:23 GO-NET 阅读(119) 评论(0) 推荐(0) 编辑