Forum Moderators: coopster
or is there any way of encrypting my php script that's doesn't need any thing to be installed on the server (like the Zend Module)
I think OP clearly wants to keep his source code in secret and thus wants to encrypt it, but it will still need to be executed - calculating MD5 hash of his source code won't help achieve this objective. :)
[edited by: coopster at 2:25 pm (utc) on Dec. 17, 2008]
[edit reason] removed specifics [/edit]
there is no way to really encrypt a php-script without using zend or similar addons. you can obfuscate your script all you want, though. have it run 5000 base64-encodings and loop them back, remove all the extra white space etc. no sane person will want to touch your code then and the insane ones are not the ones to worry about. or: switch to perl, no one can read perl anyway ;)
<snipped encoded file contents>
[edited by: coopster at 2:17 pm (utc) on Dec. 17, 2008]
[edit reason] evaluated code contains executable mailer and personal details [/edit]