This is an obfuscator for NodeJS Project, it helps you to obfuscate your whole project quickly
You also can use for some other project that made by NodeJS/Javascript.
API: Javascript Obfuscator
Deobfuscator: In progress...
Download the code or use git clone
to clone this project to your device. Extract archive file if you download it.
Open terminal and run npm install
to install all required packages.
Change configurations in obfuscator.js
Read the tutorial from line 31 to line 42.
Change to code/configurations from line 44 to line 49.
One more configuration in line 52 about obfuscate times. Just specify any integer but make sure it greater than 0
Finally, runnode .
ornpm start
ornpm run start
(they are the same) to run the code.