Jump to content

PHP Encryption


Recommended Posts

You cannot encrypt your php code.

 

PHP runs server-side so your clients will never be able to see the actual PHP code.

If you want to encrypt it, to make sure noone will be able to steal your code, this is not possible, it is possible to compress the code, but not to encrypt it (and still be working).

Link to comment
https://forums.phpfreaks.com/topic/223763-php-encryption/#findComment-1156636
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.