Skip to content

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

License

Notifications You must be signed in to change notification settings

ScadeBlock/DemonJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation


🔱 DemonJS 🔱

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.1 - Build 051924

DemonJS v3.1

Installation

CDN Url : https://cdn.jsdelivr.net/gh/ScadeBlock/DemonJS@main/src/demonjs.js

How to use

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published