yCode Home   Simple Scramble

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
  • Click here to see an example


  • OPTIONS:
  • if you don't want to encode "this.variable_name", clear this checkbox
  • if you don't want to remove white space, clear this checkbox


  • Scambled Values:

    Note: the source code for this page is copyrighted.

    Please follow the link to BUY the source code for $15 (USD)
    (Purchase securely through
    ibill, our authorized sales agent).

    yCode Home   Simple Scramble