//Md5摘要
string resultMD5 = FormsAuthentication.HashPasswordForStoringInConfigFile("要加密的内容", "MD5").ToLower();

 

相关文章: