JavaScript Scrambler 1.11
for Windows 95/98/NT

Copyright 1996-98 Harro Mueller

JavaScript Scrambler is a utility for all JavaScript programmers who are fed up with the fact, that their source code can be stolen and simply modified. It will scramble any JavaScript source code until it is almost impossible to comprehend for others.

Features:

JavaScript Scrambler 1.11 will
  • remove any carriage returns and line feeds from the source code, so the whole script code is placed in one line
  • remove any unnecessary whitespaces
  • remove any comments
  • remove any tabs (ASCii 9)
  • scramble up to 100 function names (e.g. 'x48292' instead of 'Ticker')
  • minimize the size of the script code and by that
  • speed up script processing
  • process HTML-files sized up to 60000 bytes (only in registered version)
  • leave any non-script-code as it was before
  • scramble scripts in batch mode via command line

Example:

Original:

<SCRIPT LANGUAGE="JavaScript">
<!-- Hide script from old browsers

Speed = 100; // milliseconds between scrolls
CharNum = 1; // number of chars scrolled per time period

function doTicker() {
text = " Welcome!";
Scroll();
}
function Scroll() {
window.setTimeout('Scroll()',Speed);
window.status = text;
text = text.substring(CharNum) + text.substring(0,CharNum);
}
doTicker();
//-->
</SCRIPT>

Scrambled:

<SCRIPT LANGUAGE="JavaScript"><!--
Speed=100;CharNum=1;function x0822631(){text=" Welcome!";
x06530();}function x06530(){window.setTimeout('x06530()',
Speed);window.status=text;text=text.substring(CharNum)+
text.substring(0,CharNum);}x0822631();//--></SCRIPT>


Cool Tool Of The Day

Download

[138312 Bytes]

Register

Accepting credit card / Eurocheque / wire transfer payment!