1.0.9 • Published 7 years ago
js-binary-obfuscation v1.0.9
JavaScript Binary Obfuscation
Installation
npm -g install js-binary-obfuscation
Usage
js-binary-obfuscation /path/to/file > /path/to/obfuscated/file
How it works?
It uses JavaScript Obfuscator to obfuscate the given code, and then adds some random bytes to it, finally it encodes the file and returns a completely obfuscated file with random bytes hex encoded inside the code.