arrow_back도구함으로 돌아가기

도구함

JS 난독화

브라우저에서 JavaScript를 로컬로 난독화합니다.

Obfuscated Result

Paste JavaScript code and the browser-local obfuscated result will appear here.

Browser-Local Code Processing

Your JavaScript is processed only in the current browser. It is not uploaded to the server or stored in the database, which makes the tool suitable for snippets, scripts, and quick frontend cleanup.

Open Source Library

This tool is built with javascript-obfuscator under the BSD-2-Clause License. The page wraps the library locally in the browser and does not submit your code to this site's server.

FAQ

Is my code uploaded to the server?

No. The obfuscation step runs in the current browser and does not call this site's server APIs.

Is this the same as a production minifier or strong obfuscator?

It uses the open-source javascript-obfuscator library and is useful for temporary snippet or script obfuscation. This page keeps heavier options such as control-flow flattening and dead-code injection disabled for browser-side use.

Can the obfuscated code be restored?

Removed comments and formatting whitespace cannot be restored automatically. Keep your original source before using the result.

공유

공유

이 도구를 공유합니다.