RE: [PHP] Encrypting Source

2004-04-20 Thread Clifford W. Hansen
Thanx to all for the suggestions...

Till We Meet Again...

Clifford W. Hansen
Operations Support Developer
Aspivia (Pty) Ltd.

+27 (0) 11 259-1150 (Switchboard)
+27 (0) 11 259-1019 (Fax)
+27 (0) 83 761-0240 (Mobile)
[EMAIL PROTECTED] (EMail)
http://chansen.aspivia.com (Web)

Registered Linux user number 343424 on http://counter.li.org/ 

We have seen strange things today! Luke 5:26

This message contains information intended for the perusal, and/or use (if
so stated), of the stated addressee(s) only. The information is confidential
and privileged. If you are not an intended recipient, do not peruse, use,
disseminate, distribute, copy or in any manner rely upon the information
contained in this message (directly or indirectly). The sender and/or the
entity represented by the sender shall not be held accountable in the event
that this prohibition is disregarded.

If you receive this message in error, notify the sender immediately by
e-mail, fax or telephone and return and/or destroy the original message.

The views or representations contained in this message, whether express or
implied, are those of the sender only, unless that sender expressly states
them to be the views or representations of an entity or person, who shall be
named by the sender and who the sender shall state to represent. No
liability shall otherwise attach to any other entity or person.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Encrypting Source

2004-04-16 Thread Clifford W. Hansen
Greetingz,

We are looking for some encryption software for our PHP source code,
We know of a couple but wanto find out which are good and which are not...

Till We Meet Again...

Clifford W. Hansen
Operations Support Developer
Aspivia (Pty) Ltd.

+27 (0) 11 259-1150 (Switchboard)
+27 (0) 11 259-1019 (Fax)
+27 (0) 83 761-0240 (Mobile)
[EMAIL PROTECTED] (EMail)
http://chansen.aspivia.com (Web)

Registered Linux user number 343424 on http://counter.li.org/ 

We have seen strange things today! Luke 5:26

This message contains information intended for the perusal, and/or use (if
so stated), of the stated addressee(s) only. The information is confidential
and privileged. If you are not an intended recipient, do not peruse, use,
disseminate, distribute, copy or in any manner rely upon the information
contained in this message (directly or indirectly). The sender and/or the
entity represented by the sender shall not be held accountable in the event
that this prohibition is disregarded.

If you receive this message in error, notify the sender immediately by
e-mail, fax or telephone and return and/or destroy the original message.

The views or representations contained in this message, whether express or
implied, are those of the sender only, unless that sender expressly states
them to be the views or representations of an entity or person, who shall be
named by the sender and who the sender shall state to represent. No
liability shall otherwise attach to any other entity or person.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Encrypting Source

2004-04-16 Thread Richard Harb
Two come to mind:
- Zend Encoder
  costs $, but is widely supported as it 'only' needs zend optimizer to decode
- Turck MMCache/phpcoder on sf.net
  open source but not available on most webhosters. though IMHO the cache
  alone is worth looking into

There may be other solutions
/me steps back for more/other suggestions

Richard

-- 
My sig: To save a couple bytes just imagine having read 'de bello
gallico' in the original latin text as well as the english, german and
spanish translations. Consider yourself enlightened.


Friday, April 16, 2004, 8:45:27 AM, you wrote:

 Greetingz,

 We are looking for some encryption software for our PHP source code,
 We know of a couple but wanto find out which are good and which are not...

Well, the ones I just suggested are probably on your list, but as we
don't know what is ...


 Till We Meet Again...

lotsa useless sig snipped

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Encrypting Source

2004-04-16 Thread Enrico Weigelt
* Richard Harb [EMAIL PROTECTED] [2004-04-16 16:09:14 +0200]:

 Two come to mind:
 - Zend Encoder
   costs $, but is widely supported as it 'only' needs zend optimizer to decode
 - Turck MMCache/phpcoder on sf.net
   open source but not available on most webhosters. though IMHO the cache
   alone is worth looking into
- apc-cache.
  its cachefiles could also be used as encoded binaries.  it is not really
  encrypted (so you need a special decipher + key), but this maybe easily
  added into the loader function of the cache storage layer.
  

cu
-- 
-
 Enrico Weigelt==   metux IT services

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
   -- DSL-Zugang ab 0 Euro. -- statische IP -- UUCP -- Hosting --
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php