MD5加密方法
public static string EncryptString(string strSourceCode)
{
return FormsAuthentication.HashPasswordForStoringInConfigFile(strSourceCode, "md5");
}
public static string EncryptString(string strSourceCode)
{
return FormsAuthentication.HashPasswordForStoringInConfigFile(strSourceCode, "md5");
}
浙公网安备 33010602011771号