How to encrypt the php code without zend ? Is any free encrypt tools available ?
Thanks,
how to encrypt the php code ?
Moderator: General Moderators
-
youropensource
- Forum Commoner
- Posts: 26
- Joined: Tue Aug 05, 2008 11:42 am
-
youropensource
- Forum Commoner
- Posts: 26
- Joined: Tue Aug 05, 2008 11:42 am
Re: how to encrypt the php code ?
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 ?
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.
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 ?
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?
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?