YAK Pro - Php Obfuscator
What is Php Obfuscation? You may want, for any reason, that other people do not understand, modify, or adapt your php software. As your software must be understandable by the php runtime, but needs to be very difficult to understand by human people, obfuscation is a very good way to achieve this goal. Main Features: •Removes all comments, indentation, and generates a single line program file. •Obfuscates if, else, elseif, for, while, do while by replacing them with if goto statements. •Obfuscate string literals. •Scramble names for: ◦Variables, Functions, Constants. ◦Classes, Interfaces, Traits, ◦Properties, Methods. ◦Namespaces ◦Labels. •Shuffles Statements •Recursivly obfuscates a project's directory. •Makefile like, timestamps based mechanism, to re-obfuscate only files that were changed since last obfuscation. •Many configuration options that lets you have full control of what is obfuscated within your project!