Discover More Tools

JavaScript Obfuscation Decoder

Decode common JavaScript obfuscation patterns, escaped strings, Base64, and fromCharCode snippets for inspection.

Decode common JavaScript obfuscation patterns, including escaped strings, Base64, atob calls, and String.fromCharCode snippets.

Useful for reading and debugging scripts you are allowed to inspect. The page performs static text decoding and formatting only, without executing input code.

Note: this tool is for readability and debugging. It does not execute input code and does not provide authorization bypass, attack, or cracking services.

Common encoding and obfuscation can often be restored. Real encryption that depends on a secret key, remote data, or runtime environment cannot be statically decoded.

Common use cases

FAQ