Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Obfuscator

Reply
Thread Tools

Obfuscator

 
 
cool2005
Guest
Posts: n/a
 
      05-16-2005
I am looking for a javascript obfuscator that can
turn javascript into a binary format but couldn't find one.
I noticed that the javascript grid control from EBA

http://developer.ebusiness-apps.com/...id/default.htm

delivered as binary form.

Can anyone suggestion an obfuscator converting javascript to
binary?

thanks

 
Reply With Quote
 
 
 
 
Lasse Reichstein Nielsen
Guest
Posts: n/a
 
      05-16-2005
"cool2005" <> writes:

> I am looking for a javascript obfuscator that can
> turn javascript into a binary format but couldn't find one.


Define "binary format".

Javascript, when passed to the browser, must be in a browser readable
format. Currently, that means plain text. IE supports some form of
"encryption" (which can be broken in two minutes of Googling), but
that means that no other browser can see the script.

> I noticed that the javascript grid control from EBA
>
> http://developer.ebusiness-apps.com/...id/default.htm
>
> delivered as binary form.


Can you be more precise? What should I do to see a binary form of
the grid?

> Can anyone suggestion an obfuscator converting javascript to
> binary?


No, sorry.

If you just want to make it unreadable (read: not as easily readable),
then you can probably find some, but I doubt it is worth the effort.

Obfuscation is an attempt at adding security. What is the threat you
are trying to protect against? What is the cost if the threat comes
through? What is the probability of that? That all decides how much
you should invest in prtection, both time and money. Again, I doubt
it is worth it.

/L
--
Lasse Reichstein Nielsen -
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Obfuscator Arjen ASP .Net 2 07-02-2005 04:36 AM
.NET Obfuscator Review Pip ASP .Net 1 03-10-2005 05:08 PM
Which is the best java code obfuscator tool ? Tobias Merler Java 0 07-12-2004 09:31 PM
ANN: 9Rays.Spices.Net [asm.browser, analyzer, obfuscator, decompiler, modeler]v3.4.2 released Al Ponomarev ASP .Net 3 05-03-2004 07:52 PM
Looking for good Java obfuscator Sympatico Java 2 04-29-2004 03:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57