how to encrypt the php code ?

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
youropensource
Forum Commoner
Posts: 26
Joined: Tue Aug 05, 2008 11:42 am

how to encrypt the php code ?

Post by youropensource »

How to encrypt the php code without zend ? Is any free encrypt tools available ?

Thanks,
phppucci
Forum Newbie
Posts: 17
Joined: Fri Oct 03, 2008 2:27 pm

Re: how to encrypt the php code ?

Post by phppucci »

youropensource
Forum Commoner
Posts: 26
Joined: Tue Aug 05, 2008 11:42 am

Re: how to encrypt the php code ?

Post by youropensource »

is any other free software for encrypt the php code ?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: how to encrypt the php code ?

Post 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.
Hannes2k
Forum Contributor
Posts: 102
Joined: Fri Oct 24, 2008 12:22 pm

Re: how to encrypt the php code ?

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