[PHP-DEV] Sugest an Source Encryption Method From: steeven (phpme <email protected>)
Date: 09/29/00

It was said that PHP will support ProgramResident in memery, It's a good
news, a source will be loaded only once with certain time. So, it will
be fast and the time spent on loading will be ignored.

On the other hand, programer may encrypt source by the public key from server
or owner, sign by developer's key. So only the server or owner who has
private key can run scripts. PHP may also show program and owner's
infomation. Some Popular encrypt tools such as OpenSSL can help on this.
Thus, Program can be protected by strong encryption method, even RSA...
Another benifit is that PHP may show the developer and owner's information.

PHP should provide an configuration that allow external program to
decode source and return some information.

steeven

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>