使用MD5加密

public static string GetMD5(string message)
        {
            
return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(message, "MD5");
        }

posted on 2008-01-08 06:30  crescens  阅读(128)  评论(0)    收藏  举报

导航