Topic awaiting preservation: How do you decrypt html files? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 04-18-2002 10:48
How do you decrypt html files that have been encrypted? code: <script language="Javascript">
|
Nervous Wreck (II) Inmate From: |
posted 04-18-2002 11:19
or pages like: |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 04-18-2002 12:04 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-18-2002 12:46
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-18-2002 15:00
The best way to do this is find where the document.write function is, and replace it with something like changing the value of a textbox which you make yourself. Note that you have to save the page to your hard drive in order to do this. Or, in an onload function, say body.innerText = body.innerHTML. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-18-2002 15:38
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-18-2002 16:08
Heh =) code: k=25;
|
Paranoid (IV) Inmate From: Lebanon |
posted 04-19-2002 08:57
hello, code: <html>
|
Nervous Wreck (II) Inmate From: |
posted 04-20-2002 04:47
thank you all for the help |
Nervous Wreck (II) Inmate From: |
posted 05-11-2002 07:38
lallous can you please explain a bit more how to do it i have tryied to follow your advise but all i get is jumbo mambo ?!? code: <html>
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-11-2002 09:46
Well, Lallous explained pretty much everything that you need to do, so I don't see where is the problem. Anyway, you can find a ready made page that will show decrypted code here: http://www.max.co.yu/ozone/ultra-decrypt.html |
Nervous Wreck (II) Inmate From: |
posted 05-11-2002 14:32
thank you Mr MAx ! |