php encoder

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
comm
Forum Newbie
Posts: 5
Joined: Fri May 14, 2010 3:51 am

php encoder

Post by comm »

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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: php encoder

Post by Benjamin »

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.
Post Reply