How it works
How to use the JavaScript Obfuscator
Paste or open your input
Type, paste or drop a file into the left editor — or press Sample to try it.
Adjust the options
Use the options in the toolbar; the result updates as you type.
Copy or download the result
Copy the output or download it as a file.
About the JavaScript Obfuscator
Obfuscate JavaScript so it is hard to read and reverse-engineer: strings are moved into encoded arrays, control flow is flattened and identifiers are renamed. The code keeps working exactly the same.
Built for developers
Why developers use it
Private by design
Runs 100% in your browser. Nothing you paste is uploaded, logged or stored on a server.
Instant results
Output updates as you type, with precise error locations when something is wrong.
Works offline
Once loaded, the tool keeps working without a connection. Install it as an app if you like.
Free, no sign-up
No accounts, no limits, no watermarks.
FAQ
Frequently asked questions
Does my code leave my computer?
No. Formatting, minifying and validation run entirely in your browser with open-source engines, so proprietary code stays private.
Is my data uploaded anywhere?
No. Everything runs locally in your browser — nothing you type, paste or open is sent to a server, logged or stored. The tool keeps working offline once the page has loaded.
Keep going
Related tools
- JavaScript Pretty PrintPretty-print JavaScript and JSX
- JavaScript MinifierMinify JavaScript with Terser
- Babel (JavaScript) FormatterBeautify and format Babel (JavaScript) code
- JavaScript ValidatorCheck JavaScript for syntax errors
- Python FormatterFormat Python code like Black
- TypeScript FormatterBeautify and format TypeScript code
- JavaScript EscapeEscape text for JavaScript
- JavaScript UnescapeUnescape JavaScript back to text