简单MD5加密string strmd5 = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str, "MD5");//str 是传进来的值 strmd5 即 加密后的md5值了