Please select the number of files you'd like to scramble:
NOTES:
"function" keyword, function name, and arguments should be on the same line; arguments should be comma separated; the function body should be on the new line
variables should be declared on a separate line using "var" keyword and should be comma separated
program statements should be on separate lines and should be terminated with ";" (since white space is removed)
javascript keywords will not be scrambled
comments are removed; therefore, if comment characters (// and /*) are part of a string, convert them as follows: var myString="//"; becomes var myString="/" + "/"; and href="http://www.yCode.com" becomes href="http:\\www.yCode.com"
only up to 2000 characters can be scrambled in the free demo version