It runs locally
The whole obfuscator is a set of JavaScript files loaded by this page. Your source never leaves the browser.
BROWSER-BASED
Paste code, choose the language, and press Obfuscate. Maximum protection is applied automatically. Everything runs in this page: no server, no request, no copy left behind.
0 lines · 0 bytes
0 lines · 0 bytes
Protection 100%
Maximum protection is applied automatically. All transforms that are safe for the selected language are combined.
Each language has its own lexer. Transforms are only offered where they are provably safe for that language.
The whole obfuscator is a set of JavaScript files loaded by this page. Your source never leaves the browser.
Obfuscation raises the effort needed to read code. It does not make code secret, and it is not a substitute for a server-side check.
An escape the engine cannot represent, or a construct it cannot parse, is left untouched rather than risk breaking the output.
Renaming is offered for Lua only. Python keeps its indentation. HTML leaves text and script bodies alone. C leaves every # directive alone.