Javascript Obfuscator


About


This tool transforms your original JavaScript source code into a new representation that's harder to understand, copy, re-use and modify without authorization. The obfuscated result will have the exact functionality of the original code.

Basic Example


Normal Javascript
alert("Hello World")
Obfuscated Javascript
// == Code Obfuscation Protection from https://blackhackertools.com == //
function _0x52bb(_0x4fe3ce,_0x1437df){var _0x42a3a8=_0x142d();return _0x52bb=function(_0x50c182,_0x39982e){_0x50c182=_0x50c182-(0x1331+0xa91*0x1+-0x1c27*0x1);var _0x39eb8a=_0x42a3a8[_0x50c182];return _0x39eb8a;},_0x52bb(_0x4fe3ce,_0x1437df);}var _0x3cf28c=_0x52bb;(function(_0x341586,_0x3db57a){var _0x2c7368=_0x52bb,_0x141f0d=_0x341586();while(!![]){try{var _0x2e3037=-parseInt(_0x2c7368(0x19b))/(0x7ad+-0x171c+0xf70)*(-parseInt(_0x2c7368(0x1a4))/(0x1db*-0x12+0x38b+-0x1*-0x1ddd))+parseInt(_0x2c7368(0x19d))/(0x10b3+-0xb39+0x577*-0x1)+-parseInt(_0x2c7368(0x1a3))/(-0x127a+0x13d4+-0x156)*(-parseInt(_0x2c7368(0x1a1))/(-0x11*-0x5+-0x647+0x5f7))+-parseInt(_0x2c7368(0x1a2))/(-0x86*0x26+-0xc99+0x2083)+-parseInt(_0x2c7368(0x19c))/(-0x2402+-0x81a*0x3+-0x13*-0x32d)+parseInt(_0x2c7368(0x1a5))/(0x40*-0x7c+0x13d2+0xcd*0xe)*(-parseInt(_0x2c7368(0x19f))/(0x32*-0xc1+-0x133e+-0x38f9*-0x1))+parseInt(_0x2c7368(0x19e))/(-0x1b66+-0x301*0x2+0x3*0xb26)*(parseInt(_0x2c7368(0x1a6))/(0x2455+-0x4da+-0x1f70));if(_0x2e3037===_0x3db57a)break;else _0x141f0d['push'](_0x141f0d['shift']());}catch(_0x5c14f8){_0x141f0d['push'](_0x141f0d['shift']());}}}(_0x142d,-0x9d*-0x2063+0x4297f+-0xadea7*0x1),alert(_0x3cf28c(0x1a0)+'d'));function _0x142d(){var _0x41898a=['44QnoFPH','3115QYAqhz','9711058CdFJzr','1110000LFojzZ','8568790KoPDeX','11425068Tuhjmx','Hello\x20Worl','5dspopm','8101836LxyzQW','2853624bjtFwi','230mJEFyv','8efOBPR'];_0x142d=function(){return _0x41898a;};return _0x142d();}
//-->

Related Tools