Hello!

Since there is no 3-rd party application branch on the forum I am posting here.

I've made a free Java program (named Confusator ) which is capable to obfuscate mostly any type of source code in text files (AS, JAVA, Javascript, etc). In many cases when applications could be easily decompiled, obfuscation becomes a basic protection method to make your source code unreadable.

Confusator is a JAR executable that could be executed in command line or with preconfigured "bat" files. You need a Java JRE installed and configured on your computer.

Simple workflow:

1. Extract Zip-archive
2. Run "generate.bat" to create folders and files
3. Copy some source files into "source_folder" under Confusator directory.
4. Run "generate.bat" once again to generate words in the "obfuscate_words.txt"
5. Edit and save "obfuscate_words.txt" to remove words (variables, functions, names of flash objects, etc.) that you would not obfuscate.
6. Run "obfuscate.bat"
7. Check the "output_folder" under Confusator directory for the obfuscated source code.

Read more and download at:
http://www.rezet.com/7-projects/1-confusator

Please, give some feedback

Best regards!