Connecting Tech Pros Worldwide Forums | Help | Site Map

Decrypting IE JScript "encryption"

Brian Genisio
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi all,

So, IE has a code obfuscation method that is specific to IE. I have
read that it has been easily decrypted. Has the decryption for this
method been published anywhere? Is it legal to do so, assuming the
authors of the code give my permission to read the code?

Before anyone flames me, I promise my motives are legitimate. I am
developing the DOM and JS interface for a browser that needs to act like IE.

Thanks,
Brian
Lasse Reichstein Nielsen
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Decrypting IE JScript "encryption"


Brian Genisio <BrianGenisio@yahoo.com> writes:
[color=blue]
> So, IE has a code obfuscation method that is specific to IE. I have
> read that it has been easily decrypted. Has the decryption for this
> method been published anywhere?[/color]

<URL:http://www.virtualconspiracy.com/?page=articles/breaking-screnc>
[color=blue]
> Is it legal to do so, assuming the authors of the code give my
> permission to read the code?[/color]

Do what? Decode a script or describe how to do it?
Hmm, in these DMCA times, I wouldn't bet on it either way.
Did I mention that the DMCA is ludicrous (however it's spelled).
[color=blue]
> Before anyone flames me, I promise my motives are legitimate. I am
> developing the DOM and JS interface for a browser that needs to act
> like IE.[/color]

Reverse engineering in order to make a compatible product. In my country,
at least that's still allowed.

/L
--
Lasse Reichstein Nielsen - lrn@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Brian Genisio
Guest
 
Posts: n/a
#3: Jul 23 '05

re: Decrypting IE JScript "encryption"


> <URL:http://www.virtualconspiracy.com/?page=articles/breaking-screnc>

Thanks a bunch.
[color=blue]
> Reverse engineering in order to make a compatible product. In my country,
> at least that's still allowed.[/color]

Yeah, it is a compatible product, but in no way a competitor. It is a
displayless "browser" used for testing purposes.

Thanks again,
Brian
Closed Thread