Also talk about the decryption of * .encode (jscript, vbscript, etc.)

xiaoxiao2021-03-06  48

1, encryption program to get the address:

traditional Chinese

Http://download.microsoft.com/download/winscript56/install/1.0/w98nt42kmexp/tw/sce10cht.exe

ENGLISH

http://download.microsoft.com/download/0/0/7/0073477F-BBF9-4510-86F9-BA51282531E3/SCE 10EN.EXE

2,

The principle of decryption (the following code is passed under IE6 SP1).

download

Decrypt the full package]

/ / Open a blank window; top = 6000, the LEFT = 7000 setting is to be visible to the window.

VAR WIN = WINDOW.OPEN ("About: Blank", "Sunflowerjm", "TOP = 6000, LEFT = 7000, Width = 100, Height = 30");

IF (NULL! = WIN)

{

Var obj = window.document.getlementByid ('jjstr'); // jjstr is what I let others fill in

Decryption string input box ID number: