DemonJS is an obfuscator tool for JavaScript, it rewrite whole code using only 6 chars.
Doesn't depend on a browser, so you can even run it on Node.js
Original Version from JSF*ck
Version & Live Version
DemonJS v3.2 - Build 102724
CDN Url
: https://cdn.jsdelivr.net/gh/ScadeBlock/DemonJS@main/src/demonjs.js
DemonJS(levelx,input,wrapWithEval,runInParentScope,debug_mode)
- LevelX : 0 | 50 | 100
Strong Level of DemonJS
- wrapWithEval : true | false
- runInParentScope : true | false
- debugMode (Unsecure): true | false
E.x
: DemonJS('50',"alert(1)",true,true,false)