What For:
- Xin Obfuscator is a simple obfuscator for Javascript source codes
|
| |
How To:
- remove all the comments from the source content
- paste the source content into the Input area, click [ Get Word List ]
- in the work list, append : to a word to keep it intact
- or append :replacement-word to a word to specify the replacement
- or append a word to the list if it's left out but needs obfuscation
- decide the word length of obfuscation, click [ Obfuscate ]
- click [ Merge Lines ] if needed
|
| |
Note:
- if need to merge lines and the source content has
do {
...
} while (...);
make sure the "while" is on the same line of the ending curly brace of "do"
- it will hang for a while if the source content is large
|
| |
Update History:
- May 11, 2005: more reserved words added
- May 10, 2005: first release
|