Dict.CN
  2007年7月30日
摘要: public static string MD5(string str){ return FormsAuthentication.HashPasswordForStoringInConfigFile(str, "MD5").ToString(); } public static bool VerifyMD5(string str, string md5str){ return MD... 阅读全文
posted @ 2007-07-30 14:29 standas 阅读(328) 评论(0) 推荐(0)