Encypting PHP

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
romeo
Forum Contributor
Posts: 138
Joined: Sun Apr 21, 2002 12:50 pm

Encypting PHP

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
romeo
Forum Contributor
Posts: 138
Joined: Sun Apr 21, 2002 12:50 pm

hmmm

Post by romeo »

okay any other ideas?
lobo
Forum Newbie
Posts: 1
Joined: Thu Nov 13, 2003 3:46 pm

Zend Encoder. it is great.

Post by lobo »

If you want to encoder php files, Zend Encoder is the solution.

Try it.

:D

http://www.zend.com/
Post Reply