摘要:
View Code /// <summary> /// 根据配置对指定字符串进行 MD5 加密 /// </summary> /// <param name="s"></param> /// <returns></returns> public static string GetMD5(string s) { //md5加密 s = System.Web.Security.FormsAuthentication.HashPasswordForStori... 阅读全文
posted @ 2012-04-01 15:18
ishibin
阅读(190)
评论(0)
推荐(0)
浙公网安备 33010602011771号