Forum Moderators: coopster
I was wondering whether there was any technology for hiding/encrypting PHP code on the server - such that server administrators cannot look at it and perhaps distribute it. My code is not worthy of such protection right now (will it ever be?) - this Q is more of academic interest for me right now.
all the best.
With such PHP encoding one can "distribute your PHP applications without revealing source code" - you can put your PHP code on a server run by a third party and they cannot read your PHP code.
I would imagine that this is quite a commen query for PHP coders - anyone any ideas on free solutions? Would be so grateful.