1.0.9 • Published 8 years ago

js-binary-obfuscation v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago