What is this?
This tool transforms your original JavaScript source code into a new representation that's harder to
understand, copy, re-use and modify without authorization. The obfuscated result will have the exact
functionality of the original code.
How does the obfuscation work?
Through a series of transformations, such as variable / function / arguments renaming, string removal,
and others, your source code is transformed into something unreadable, while working exactly as
before.
Sounds great!
Just paste your code or upload it below and click on "obfuscate".
Also, be sure to read about all the options to understand all the trade-offs
between code protection and code size / speed.