Sometimes we see a good web effect or picture online, you want to view the source code of the web page, but find the web page not only right click to lock, but sometimes you will prohibit viewing source code. Even if you can view the source code, just see a bunch of garbled. These web pages are using encrypted methods to hide the source code. In the previous encrypted article, there is an article that encrypts the web page. It tells several ways to encrypt the web page. It is just encryption. Of course, there is decryption, let us find it now!
1. Right-click pop-up window
(1) This kind of encryption method that pops up on the web page will pop up the window has a special effect, but it is invalid in Netscape, because the right-key defined in Netscape defines the uncontrollable help menu, its EVENT object does not have a Button property, So you can use the Netscape browser, right-click, select View Source to see the source code.
(2) Another way is to press the left button to press the right button, then release the left button and release the right button, the shortcut menu will pop up, click to view the source file to see the source code. (Tip: Use the Netscape browser if you use the Netscape browser if you use the way.
(3) You can use a professional download tool to download the content on the page. For example, first open the download tool such as "Network Ant" or "Internet Express" (as an example of internet express) and set to display the floating window. Just move the mouse to the image, press and hold the left button, drag to the floating window of the Internet Express, then release the right mouse button. At this time, the Internet Express has added this download task to it.
(4) You can also use the method that saves the entire web file file. First open the webpage to download the image, click the file menu of the IE browser, select Save As command. Set saved paths, file names, and save types in the pop-ups. The save type should choose the default "web page, all". After saving, you can open the Files folder of the same file name, which is the material that saves the web page, of course, including the picture you want. Next, you can find a useful picture with the preview function of Windows or use the ACDSEE to view the software to find it!
2, pop-up "Add to Favorites"
For the "Add Favorite" encryption method, you can press the right button (not loosen), "Add to Favorites" window, then press "TAB" on the keyboard. There are several times, allow the option to move to the "Cancel" button, release the right button, and the encryption will be released.
3, completely block the mouse button
The change in encryption methods makes many netizens to eat hard, but as long as you use the left click on the window, then press "Shift F10", the right key menu will appear immediately.
4, software encryption
There are several ways to encrypt using software. The encryption principles are not surgical. For the modification of JavaScript, such as Microsoft's script encoder (Screnc.exe) is a tool that Microsoft provides an encryption of ASP script source code. . Screnc.exe can be downloaded for free in Microsoft Site (http://www.microsoft.com). With this tool, you can reach the web host and web customers who cannot view or modify the source code for the web page.
Decryption Method: Use a decryption software Zwdecode.exe to decrypt the ASP files encrypted by the MS Script Encode encrypted and restore the source code.
Example:
Put the following code:% 3chtml% 3E% 0D% 0A% 3CHEAD% 3E% 0D% 0A% 3cmeta% 20HTTP-EQIV% 3D% 22content-type% 22% 20Content% 3D% 22Text / HTML% 3bcharset% 3DGB2312% 22% 3E% 20% 0D% 0A% 3ctle% 3E% U52A0% U5BC6% 3C / title% 3E% 20% 0D% 0A% 3CScript% 20LANGUAGUE% 3D% 22javascript% 22% 3edocument.write% 28UNESCAPE% 28% 22% U5DF2% U52A0% U5BC6% U6E90% U7801% 22% 29% 29% 3C / Script% 3E% 0D% 0A% 3C / HEAD% 3E% 3E% 0D% 0A% 3C / BODY% 3E% 0D% 0A% 3C / HTML% 3e% 0D% 0A is reduced: