Just looking for some basic stuff to make it more of a pain to make changes to the source code.

Already own a copy of ionCube Encoder 6.5 for encoding, but I don't want something that requires updating or installing extra on a server.

Anyone have any tools to recommend that they use for their projects today?

    do you want to encrypt or obfuscate? Many hosting providers (like godaddy) use Zend Optimizer (free to install on a Web server.) Allthough Zend Encoder is expensive as hell.

    BTW, if you simply wanna obfuscate, I would make absolutely sure what

    http://sls.web.psi.ch/goto.php/duo/obfuscate.php

    is eval-ing on the server before putting that code in the wild.

      BTW...as for the obfuscation link, I was able to simply substitute echo for eval to get the source code. But that might confuse the less-seasoned developer.

        Thanks for the link.

        I already have an encoder, but looking for an application which I can run on my machine which just obfuscates. Something that removes all spacing, comments, tabs, returns and so on.

        But it needs to be able to obfuscate a project cause it's a lot of files :-)

          8 years later
          Azala;10765549 wrote:

          Thanks for the link.

          I already have an encoder, but looking for an application which I can run on my machine which just obfuscates. Something that removes all spacing, comments, tabs, returns and so on.

          But it needs to be able to obfuscate a project cause it's a lot of files :-)

          Are you lockin for somthing like this?

          http://softwareschmiede.org/php-obfuscator.html

            Write a Reply...