Javascript obfuscation with random bytes inside
npm install js-binary-obfuscation``sh`
npm -g install js-binary-obfuscation
`sh``
js-binary-obfuscation /path/to/file > /path/to/obfuscated/file
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.