MD5加密方法
public static string EncryptString(string strSourceCode)
{
return FormsAuthentication.HashPasswordForStoringInConfigFile(strSourceCode, "md5");
}
public static string EncryptString(string strSourceCode)
{
return FormsAuthentication.HashPasswordForStoringInConfigFile(strSourceCode, "md5");
}