【云组态源码】【cpystr 源码】【gooflow源码】asp.net源码加密

时间:2024-11-25 02:56:06 来源:蜀都麻将源码教程 编辑:看了源码记不住

1.asp.netԴ?源码云组态源码????

asp.net源码加密

asp.netԴ?????

       public partial class _Default : System.Web.UI.Page

        {

        public bool IsMd5

        {

        get

        {

        //添加命名空间 using System.Configuration;

        return ConfigurationManager.AppSettings["Md5"] == "1";

        }

        }

        protected void Page_Load(object sender, EventArgs e)

        {

        if (IsMd5)

        {

        //添加命名空间 using System.Web.Security;

        string MD5 = FormsAuthentication.HashPasswordForStoringInConfigFile("被加密的字段", "MD5"); // SHA1 MD5

        }

        }

        }

       ---------------------web.config----------------------------------

        <appSettings>

        <!--加密, 1:代表是; 0:代表不是-->

        <add key="Md5" value="1"/>

        </appSettings>

copyright © 2016 powered by 皮皮网   sitemap