String Encoding Obfuscating Algorithm

Author

David Leventhal

Description

This algorithm obfuscates the literal strings of a program. Each string is "encrypted" and any string reference is replaced by a call to a method that "decrypts" it.

Example

Configuration

There are no extra configuration parameters necessary to run this obfuscator.

References