0 B
Original Size
Obfuscate JavaScript code online for free and make your source code harder to read while keeping the process directly in your browser.
Original Size
Obfuscated Size
Original Lines
Output Lines
JavaScript Obfuscator is a free online tool that transforms JavaScript source code into a less readable form. It is designed to make casual inspection of client-side JavaScript more difficult while allowing developers to process their code directly in the browser.
Yes. The tool is free to use and does not require an account.
The obfuscation process runs in your browser. The tool does not need to upload your source code to a server for the transformations performed here.
No. JavaScript executed in a browser is ultimately available to the client. Obfuscation can make code harder to understand, but it should not be treated as a method for protecting secrets or sensitive credentials.
Some source transformations can affect unusual or highly dynamic JavaScript. Always test the generated code before using it in production.
The generated output is produced from the code you provide. You are responsible for ensuring that your original code and any third-party code you use are properly licensed.