皮皮网
皮皮网

【01背包 贪心 源码】【开源数据标注源码】【如何删除游戏源码】asp.net 源码加密

时间:2024-11-15 14:57:17 来源:万科溯源码

1.asp.net Դ?源码01背包 贪心 源码????

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>

更多内容请点击【知识】专栏