Rodney Wirtz
Industrial Programmer
RWirtz@bxxe.us
Simple Javascript String Obfuscator
This code converts an ASCII text strings into a series of hexadecimal numbers using a Javascript routine to encode and decode the string. This programming can obfuscate a string that you use in your program’s source code. Then, when the program executes, it can de-obfuscate the string.
This is a lightweight obfuscation, but would slowdown someone trying to figure-out what the original string was. There are a number of Javascript Obfuscators available for your code, but sometimes they don’t obfuscate the strings. This is where this program could help you to obfuscate the strings in your code.