Heim  >  Artikel  >  Backend-Entwicklung  >  对页面的源代码进行加密,使源代码变成乱码,没法读取_PHP

对页面的源代码进行加密,使源代码变成乱码,没法读取_PHP

WBOY
WBOYOriginal
2016-06-01 12:34:591243Durchsuche

脚本说明:
第一步:把如下代码加入

区域中


第二步:把如下代码加入

区域中

 

   

            加密页面源代码脚本

   

将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。


 

 


   
 
 


    VALUE="开始转换">
 
   


   
 

以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了!




     

     
//put your cripto code there

      function SetNewWords()

      {

      var NewWords;

      NewWords = unescape(Words);

      document.write(NewWords);

      }

      SetNewWords();

      // -->

     

     

     



     

     
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn