【ai智能客服源码在哪】【exlipse源码折叠】【faceswap源码安装】asp.net源码加密

时间:2025-01-19 02:53:55 编辑:木马源码免杀 来源:易语言获取元素源码

1.asp.netԴ?源码ai智能客服源码在哪????

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>