How to Use This Tool

  1. Input Source: Paste your raw HTML or JavaScript code into the left input panel.
  2. Obfuscate: Click the "Obfuscate Code" button to encode your script.
  3. Retrieve: Click "Copy Output" on the right panel to copy your protected code.

Limitations of the Generated Code

  • Basic Security: This tool uses Base64 and Hex encoding wrapped in an eval() function. It effectively deters casual snooping but can be reverse-engineered by experienced developers.
  • Performance Impact: The runtime decoding process will introduce a slight performance overhead during code execution.
  • Security Flags: Browsers, AdBlockers, and Antivirus software may occasionally flag packed eval() scripts as suspicious behavior.

Input Source Code

Protected Output