Friday 10 June 2016

jsdecoder - Make your encoded javascript completely readable.

/ / in / with No comments /

This js tool will help you to decode any encrypted javascript code that start with either eval function(such as eval(function(p,a,c,k,e,r), eval(function(p,a,c,k,e,d)) or var function(such as var _0x6627, var _0xa5b1 etc).

Javascript Decoder Tool

Paste your encoded js code in the box below and then click the button. The decoded js code will appear at the bottom of the page.

Decoded Javascript Code

Copy your new smaller js code from the box below.
In short, By using this advanced tool, you can decode eval and var function javasript code, which looks like

or
,
completely into thier original form.
How To use ?
1.Enter your encrypted javascript code in to box > Hit the decode button > Got! completely decoded js code!!
2.Hit clear button to decode another code.