> Is it possible in any instance that someone else will be able to
> de-code my
> PHP scripts once I have used the Zend Encoder on it, and be able
> to read it?
> Obviously they will be able to decode it to actually use it on
> the server,
> but will they ever be able to read the source?

They will not be able to read the source as such. If they did mange to
decode your script, which is unlikley then they would have Zend opcode
rather than PHP Source Code which is the PHP equivilent of ASM. It would be
very difficult to reconstuct your source code from this opcode and probably
more hassle than actually rewriting the same functionality themselves (IE
thats a no its pretty much impossible to retrive source code from encoded
files).

James
--
James Moore
[EMAIL PROTECTED]
PHP Web Scripting: http://www.php.net/
PHP QA Team: http://qa.php.net/
PHP-GTK: http://gtk.php.net/
VL-SRM: http://www.vl-srm.net/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to