加密
摘要://须添加对System.Web的引用 using System.Web.Security; ... /// /// SHA1加密字符串 /// /// 源字符串 /// 加密后的字符串 public string SHA1(string source) { return FormsAuthentication.HashPasswordForStori...
阅读全文
posted @ 2018-04-20 15:32
posted @ 2018-04-20 15:32