jeffuscator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "jeffuscator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Obfuscate JavaScript by renaming all variables and methods to different variations of 'Jeff'.", | ||
@@ -5,0 +5,0 @@ "main": "src/Jeffuscator.js", |
@@ -40,2 +40,6 @@ # Jeffuscator | ||
jeffuscate -i path/to/my/input -o path/to/my/output | ||
``` | ||
``` | ||
## Under the Hood | ||
Jeffuscator makes use of a custom fork of [UglifyJs v1](https://github.com/mishoo/UglifyJS) that switches out the normal string of characters used for obfuscation, with an array of different variations of the name Jeff. |
Sorry, the diff of this file is not supported yet
44
48373