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