JavaScript Obfuscator
Protect your JavaScript code with variable renaming and string encoding
Input JavaScript
Paste your JavaScript code here
Size: 0.27 KB
Obfuscated Output
Processed JavaScript code
Size: 0.00 KB(100% smaller)
Obfuscation Options
Obfuscation Details
- Rename Variables: Replaces variable/function names with hex identifiers (_0x1a2b)
- Encode Strings: Converts strings to hex escape sequences
- Minify: Removes whitespace, comments, and unnecessary formatting
- Makes code harder to read and reverse-engineer