This JavaScript Obfuscator tool helps you protect your JavaScript code by transforming it into a version that is difficult to understand and reverse-engineer, while maintaining the same functionality.
The tool is powered by Terser, a JavaScript parser, mangler and compressor.
Features:
- Variable and function name obfuscation
- String encoding
- Dead code elimination
- Custom obfuscation options
- Import/export functionality
- Code statistics
Note: While obfuscation makes your code harder to read, it is not equivalent to encryption and should not be relied upon for security-critical applications.