Page 1 of 1

Encypting PHP

Posted: Tue Nov 11, 2003 5:09 pm
by romeo
I have several people I am helping that I do not want them to be able to take my code... (or at leats not easily)

i know of a few programs the encypt it all but they require things to be done on the sever level...

any easier/cheaper/free ways?

Posted: Wed Nov 12, 2003 4:14 am
by twigletmac
You can remove all the line breaks and tabs from the code, that'll make it tough for people to read the code (they'll have to spend a load of time reformatting) but aside from that and other code obsufucation (sp?) techniques you're probably going to have to accept that you're not going to be able to hide your source without having an encrytor, decrytor on the server. But of course I may be wrong.

Mac

hmmm

Posted: Wed Nov 12, 2003 1:41 pm
by romeo
okay any other ideas?

Zend Encoder. it is great.

Posted: Thu Nov 13, 2003 3:46 pm
by lobo
If you want to encoder php files, Zend Encoder is the solution.

Try it.

:D

http://www.zend.com/