Re: [PHP] Zend Encoder

2003-03-03 Thread Zeev Suraski
At 18:51 25/02/2003, Thomas Johnsson wrote: >1. Zend does not have a way to decode a php file that was encoded >using Zend Encoder. > (For those of you paying attention to details, note the word "decode", > not "decrypt". Zend Encoder does not encrypt. US gov't lawyers, please take note :) Are you

Re: [PHP] Zend Encoder

2003-02-25 Thread Thomas Johnsson
>1. Zend does not have a way to decode a php file that was encoded >using Zend Encoder. > (For those of you paying attention to details, note the word "decode", > not "decrypt". Zend Encoder does not encrypt. US gov't lawyers, please take note :) Are you not allowed, according to US laws, to encry

RE: [PHP] Zend Encoder

2003-02-25 Thread Brad Young
Hi, Allow me to clear the air: 1. Zend does not have a way to decode a php file that was encoded using Zend Encoder. (For those of you paying attention to details, note the word "decode", not "decrypt". Zend Encoder does not encrypt. US gov't lawyers, please take note :) 2. Even the

Re: [PHP] Zend Encoder

2003-02-24 Thread Thomas Johnsson
> There is not a way to encrypt something so that is is totaly, positivly, > iriversable. As for someone at zend looking at them, there probably is, but > they have a duty not to do anything with them. So what you are saying is that zend probably has a way of un-encoding the encoded files, if they

RE: [PHP] Zend Encoder

2003-02-24 Thread Dennis Cole
There is not a way to encrypt something so that is is totaly, positivly, iriversable. As for someone at zend looking at them, there probably is, but they have a duty not to do anything with them. -Original Message- From: Thomas Johnsson [mailto:[EMAIL PROTECTED] Sent: Monday, February 24,

Re: [PHP] ZEND Encoder

2001-04-05 Thread Plutarck
Although, an interesting question would be how hidden are variable values? Such as usernames/passes, etc. Though if someone manages to get a hold of a script, encoded or not, that has usernames and passwords in it, you are probably screwed anyway ;) In such a case all usernames and passwords sho

RE: [PHP] ZEND Encoder

2001-04-01 Thread James Moore
> 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 wi

Re: [PHP] ZEND Encoder

2001-04-01 Thread Michael Kimsal
Without getting into the specifics of the zend product, which we've not tested thoroughly, I'd hazard a wild speculation that zend encoder-encoded scripts: 1. can be decoded 2. can NOT be decoded to the original source Obviously anything encoded needs to be decoded to run, and someone with enoug