Docs
/

Basic Obfuscation

Basic Obfuscation

Basic obfuscation covers the standard transformations that run entirely in your browser — no server or Pro plan required. These options rename identifiers, hide string literals, inject dead code, and flatten control flow to make your JavaScript significantly harder to read and reverse-engineer.

The options below are the most important knobs — each gets its own short guide. For the complete list with every knob and tradeoff, see the Options Reference. For the strongest protection on top of these, combine them with VM Obfuscation.