kauranamoda Posted January 8, 2011 Share Posted January 8, 2011 can somebody pls tell me how to encrypt my php codes? thanks Link to comment https://forums.phpfreaks.com/topic/223763-php-encryption/ Share on other sites More sharing options...
GrooN Posted January 8, 2011 Share Posted January 8, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.