MD5加密方法
    public static string EncryptString(string strSourceCode)
    {
        return FormsAuthentication.HashPasswordForStoringInConfigFile(strSourceCode, "md5");
    }
posted on 2006-07-23 22:52  砍才  阅读(629)  评论(2)    收藏  举报