1.0.9 • Published 7 years ago

js-binary-obfuscation v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago