Chinaunix

标题: 对页面的源代码进行加密,使源代码变成乱码,没法读取 [打印本页]

作者: hxldatang    时间: 2005-07-21 12:28
标题: 对页面的源代码进行加密,使源代码变成乱码,没法读取
[color="#990000"]对页面的源代码进行加密,使源代码变成乱码,没法读取
脚本说明:
第一步:把如下代码加入区域中
第二步:把如下代码加入区域中
   
     
            加密页面源代码脚本
    将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。
  
   
   
  
   
   
  
     
   
  
以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了!

      
      
      " " //put your cripto code there
      function SetNewWords()
      {
      var NewWords;
      NewWords = unescape(Words);
      document.write(NewWords);
      }
      SetNewWords();
      // -->
      
      
      
      
      


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4849/showart_36895.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2