0

I am using PHP Desktop Chrome 57 with PHP 7.1 for Windows and I am looking for a way to protect my PHP source code from changes.

I have already read the options shown in the corresponding article from PHP Desktop and have tested the free options without having done. One of the commercial products I did not want to test because of the rather small project and I do not want to spend so much money for it.

Not all PHP files need to be encrypted, it would be enough to encrypt only certain sensitive files.

Obfucation I have already tried but it seems to me to insecure.

Do you know more possibilities that I can test?

Thanks!

Wax
  • 11
  • 2

1 Answers1

0

After a long search I found phpv3eps. I have only tested the free version but this has already done everything I needed.

Not really well documented, but with that I can protect sensitive parts of my PHP source code.

Maybe this extension will help someone else.

Wax
  • 11
  • 2