Hello!
Do you know how we can protect php code
What do you use to prevent reverse engineering
How can we safe php code
5 min in google and there is a result
professional and very expensive solution
IonCube
Zend Encoder
Also there is a kind of casher like APC so it is very useful if you want make php script executable once
but It doesnt compile it
Php compile
phc
hiphop
I didn't use them but it seems to be what I am looking for
So what do you think
May be there is another solution that you have used already
Thanks
php encoder
Moderator: General Moderators
Re: php encoder
Ioncube is about the best you can get, and even then you need to go out of you way to ensure that it's very difficult to reverse engineer.