What is Yakpro

Yakpro is a simply aims to be the best obfuscation tool for php .

The website: https://www.php-obfuscator.com/

When you have a php project you want to distribute, as php is a script interpretor, you distribute also all the sources of your software!

You may want, for any reason, that other people do not understand, modify, or adapt your 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.

yakpro 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!

Example demo :

Before obfuscate
After obfuscate

Google search result:

Yakpro result 16300
Php Obfuscator result 558000

Leave a comment

Design a site like this with WordPress.com
Get started