摘要: 1.一般加密用户的敏感数据,都采用不可逆的加密方式如:MD5 示例:MD5 System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("lin.su", "MD5"); HSA1: System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("lin.su", "SHA1");2.加密字符串 示例: /// <summary> 阅读全文
posted @ 2012-05-09 16:29 sulin 阅读(331) 评论(0) 推荐(0)