JS (eval) Encode/Decode

About this JS obfuscation tool

1) In JavaScript, eval can execute any string as code.

2) This tool encodes/decodes JS by wrapping with eval.

3) Warning: eval is dangerous and can lead to injection or XSS.

4) Tip: Use the JS format/minify tool to beautify decoded code.