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 not

RE: [PHP] Zend Encoder

2003-02-25 Thread Brad Young
: [PHP] Zend Encoder This might sound a bit paranoid, but since I don't know how it works, i'll ask anyway. If I encrypt a file using the Zend Encoder, is there anyone at zend who can view it, or it it an unreversable encryption? // Thomas -- PHP General Mailing List (http://www.php.net

Re: [PHP] Zend Encoder

2003-02-25 Thread Thomas Johnsson
:) // Thomas -Original Message- From: Thomas Johnsson [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 6:51 PM To: [EMAIL PROTECTED] Subject: [PHP] Zend Encoder This might sound a bit paranoid, but since I don't know how it works, i'll ask anyway. If I encrypt a file using

[PHP] Zend Encoder

2003-02-24 Thread Thomas Johnsson
This might sound a bit paranoid, but since I don't know how it works, i'll ask anyway. If I encrypt a file using the Zend Encoder, is there anyone at zend who can view it, or it it an unreversable encryption? // Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Zend Encoder

2003-02-24 Thread Dennis Cole
, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: [PHP] Zend Encoder This might sound a bit paranoid, but since I don't know how it works, i'll ask anyway. If I encrypt a file using the Zend Encoder, is there anyone at zend who can view it, or it it an unreversable encryption? // Thomas -- PHP

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

[PHP] zend encoder and shell

2002-04-16 Thread Kunal Jhunjhunwala
Hey, Is it possible to run zend encoded scripts from the shell prompt? Regards, Kunal Jhunjhunwala Minds think with ideas, not information. No amount of data, bandwidth, or processing power can substitute for inspired thought. - Clifford Stoll -- PHP General Mailing List (http://www.php.net/)

[PHP] zend encoder

2002-02-20 Thread Kunal Jhunjhunwala
hey, Any ideas on how one can encode multiple files on a windows machine?? Regards, Kunal Jhunjhunwala Minds think with ideas, not information. No amount of data, bandwidth, or processing power can substitute for inspired thought. - Clifford Stoll -- PHP General Mailing List

[PHP] Zend Encoder

2001-12-03 Thread Mark
Hi, My company is looking into using the Zend Encoder to enforce licensing of some tools that I'm developing and I have a few questions that I hope someone who's used it can answer: 1) I understand that when you encode your files, they will stop working when the zend license expires. how easy is

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

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

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 will not