Page 1 of 1

how to encrypt the php code ?

Posted: Sat Oct 04, 2008 12:39 pm
by youropensource
How to encrypt the php code without zend ? Is any free encrypt tools available ?

Thanks,

Re: how to encrypt the php code ?

Posted: Sun Oct 05, 2008 12:12 pm
by phppucci

Re: how to encrypt the php code ?

Posted: Thu Oct 09, 2008 9:45 am
by youropensource
is any other free software for encrypt the php code ?

Re: how to encrypt the php code ?

Posted: Sun Oct 12, 2008 11:13 am
by alex.barylski
Roadsend is free in the sense that it's open source.

There are probably code obfuscators and even encryption engines but they won't really do you any good as that code is easily reversed.

Re: how to encrypt the php code ?

Posted: Fri Oct 24, 2008 1:13 pm
by Hannes2k
Hi,
what is your aim with an encrypted code? And what do you understand under an 'encrypted code'? A code where you have to enter a key befor execution? Or just an encoded/obfuscated code?