<HTML><HEAD><TITLE>Text Unicode code encryption and decryption</TITLE>
<META http-equiv=Content-Type content=text/html; charset=gb2312>
<SCRIPT language=JavaScript>
<!--
var Words;
function SetWords(word)
{
Words = word.value;
}
function SetNewWords(form)
{
varNewWords;
NewWords = unescape(Words);
form.NewWords.value = NewWords;
}
function SetNewWords1(form)
{
varNewWords;
NewWords = escape(Words);
form.NewWords.value = NewWords;
}
// -->
</SCRIPT>
<body style=font-family: tahoma,verdana;font-size: 15px;color:#c0c0c0; background-color: #151515; text-align:center;width:666px;margin:50px>
<div style=color:#c0c0c0; background-color: #151515; text-align:left;width:700px;margin:auto>
<h1 style=color:#ffa500; text-align:center>Text Unicode code encryption and decryption</h1>
<b style=color:#f6f>Usage</b>:
1. Encrypted Chinese letters;
2. Confidential information;
3. Post encrypted messages on BBS and other websites;
4. Web page encryption.
This type of encryption and decryption is achieved through the conversion of Unescape scripts. Too many Chinese characters will cause the page code to expand.
How to use:
<FONT
color=#ff66ff>Encryption</font>: Paste the source code in the box below. If you are familiar with Java, you can also encrypt only part of the content and use <u>outword()</u> in the corresponding output part. That’s it. NOTE: <FONT
color=#ff66ff>Please back up your webpage before encrypting</font>
<FONT
color=#ff66ff>Decryption method</font>: Paste the garbled code in the quotation marks and press decrypt
If your question is JScript.Encode script encryption and decryption, please visit <a href=jsendecode.htm style=color: #f90; target=_blank>JScript.Encode script encryption and decryption</a> </p>
<CENTER>
<form>
<textarea style=border-right: #696969 1px solid; border-top: #696969 1px solid; color:#c0c0c0; font-size: 14px; background: #202020; border-left: #696969 1px solid; width: 590px ; border-bottom: #696969 1px solid; height: 120px name=Word onchange=SetWords(this)></textarea>
<P><input onclick=SetNewWords(this.form) type=button value=Decrypt Decode name=uncode/>
<input onclick=SetNewWords1(this.form) type=button value=EncryptionEncode name=encode/>
<input name=reset id=reset type=reset value=ResetReset/>
</P>
<P>
<textarea style=border-right: #696969 1px solid; border-top: #696969 1px solid; color:#c0c0c0; font-size: 14px; background: #202020; border-left: #696969 1px solid; width: 590px ; border-bottom: #696969 1px solid; height: 120px name=NewWords></textarea>
</P>
</form></center>
The above is the converted code. Add them to the quote area of the following script to get the encrypted HTML! The following code cannot be directly copied into page design tools such as Dreamweaver. You can paste it in Notepad first, then copy it again and paste it again and there will be no problem.
<table width=600 border=1 align=center cellpadding=1>
<tr>
<td colspan=3><HTML>
<HEAD>
<SCRIPT LANGUAGE=Javascript>
<!--
//This web page has been encrypted. To decrypt it, please go to www.vevb.com
var Words =Copy the encrypted generated code here and it will be OK
functionOutWord()
{
varNewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
OutWord();
// -->
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML></td>
</tr>
</table>
<p align=center><a href=http://www.vevb.com/ style=color: #f90; title=www.vevb.com>Return to Wulin.com</a></p>
</div>
</body></html>