How to encrypt a PHP code?

Asked

Viewed 435 times

0

I created a system using the standard MVC (model-view-controller), in PHP and Mysql database, and would like to encrypt the code, at least the main parts, before leaving my computer, to prevent it from being copied and used without my authorization.

1 answer

0

PHP has the Blenc - Blowfish Encoder for PHP source scripts for encryption the source code.

You will need access to the server to configure it. But be aware that your code can still be decrypted. From the moment you detect the hack on your server, you gain time to recompile I system with new keys and passwords.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.