Home Backend Development PHP Tutorial Encrypt the source code of the page so that the source code becomes garbled and cannot be read_PHP Tutorial

Encrypt the source code of the page so that the source code becomes garbled and cannot be read_PHP Tutorial

Jul 20, 2016 am 11:05 AM
head Garbled characters code join in encryption area become right Bundle source code Script illustrate read conduct

Script instructions:
Step 1: Add the following code to the <head> area
<SCRIPT language=javascript>
<!--
var Words;
function SetWords( word)
{
Words = escape(word.value);
}
function SetNewWords(form)
{
var NewWords;
NewWords = Words
form .NewWords.value = NewWords;
}
//-->
</SCRIPT>
Step 2: Add the following code to the <body> area
< FORM METHOD="POST">
<div align="center">
<div align="center">
Source code script</font></div>
                                                                Paste your page source code in the box below, including all tags such as html, head, body, etc. </p>
</div>
<P align="center">
<TEXTAREA NAME="Word" VALUE="" ROWS=7 COLS=50 ONCHANGE=" SetWords(this)">
</TEXTAREA>

<P align="center">
<INPUT TYPE=BUTTON ONCLICK="SetNewWords(this.form)"
VALUE="Start Conversion">

  <P align="center">
  <TEXTAREA NAME="NewWords" VALUE="" ROWS=7 COLS=50>
</TEXTAREA>

</FORM><p align="center"> The above is the converted code. Add them to the quotation marks "" area of ​​the following script, which is after encryption. HTML out!
<p> 🎜>                                                                                                                                                                                          put your cripto code there<br>
       function SetNewWords()<br>





http://www.bkjia.com/PHPjc/445168.html

www.bkjia.com

truehttp: //www.bkjia.com/PHPjc/445168.htmlTechArticleScript description: Step 1: Add the following code to the head area SCRIPT language=javascript !-- var Words; function SetWords(word) { Words = escape(word.value); } function SetNewWords(for...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to create a script for editing? Tutorial on how to create a script through editing How to create a script for editing? Tutorial on how to create a script through editing Mar 13, 2024 pm 12:46 PM

How to create a script for editing? Tutorial on how to create a script through editing

How to execute .sh file in Linux system? How to execute .sh file in Linux system? Mar 14, 2024 pm 06:42 PM

How to execute .sh file in Linux system?

Windows PowerShell Scripting Tutorial for Beginners Windows PowerShell Scripting Tutorial for Beginners Mar 13, 2024 pm 10:55 PM

Windows PowerShell Scripting Tutorial for Beginners

How to solve the problem of garbled characters when importing Chinese data into Oracle? How to solve the problem of garbled characters when importing Chinese data into Oracle? Mar 10, 2024 am 09:54 AM

How to solve the problem of garbled characters when importing Chinese data into Oracle?

How to deal with garbled characters in Linux terminal How to deal with garbled characters in Linux terminal Mar 20, 2024 pm 03:12 PM

How to deal with garbled characters in Linux terminal

Tsinghua University and Zhipu AI open source GLM-4: launching a new revolution in natural language processing Tsinghua University and Zhipu AI open source GLM-4: launching a new revolution in natural language processing Jun 12, 2024 pm 08:38 PM

Tsinghua University and Zhipu AI open source GLM-4: launching a new revolution in natural language processing

Create and run Linux ".a" files Create and run Linux ".a" files Mar 20, 2024 pm 04:46 PM

Create and run Linux ".a" files

Create Agent in one sentence! Robin Li: The era is coming when everyone is a developer Create Agent in one sentence! Robin Li: The era is coming when everyone is a developer Apr 17, 2024 pm 02:28 PM

Create Agent in one sentence! Robin Li: The era is coming when everyone is a developer

See all articles