Helpful Information
 
 
Category: Web Site Management
protecting code in PHP

Subject: Protecting Code in PHP
hi all,

how to protect my code in PHP? i put my code in public domain and i don't want to

anybody to open the code ...it's on Linux any a person who got right only can

open..but i don't even want to take that takes place. i know there are so many

encoders available i can encode the code with that....but i want to know whether

any mechanism is available with PHP itself so taht it can decode the encoded code

by itself... pls help me..
thanx in advance
ckb

Moved to Development Software from PHP forum.

The Zend Encoder (http://zend.com/store/products/zend-encoder.php) is what you're looking for.

but how to decode the code script which is encoded by zend encoder...??? is there any way other than zend encoder which is along with php itself/.....pls help

The file would be readable by other Zend products, such as the Encoder or the Studio. The .php file (encrypted) would still run under the normal PHP engine (actually, it would see a 30 to 40% increase in speed!).

Originally posted by drgroove
The file would be readable by other Zend products, such as the Encoder or the Studio. The .php file (encrypted) would still run under the normal PHP engine (actually, it would see a 30 to 40% increase in speed!).

Thats not true Dr Groove, you need Zend Optimizer to run encoded files, http://www.zend.com/store/products/zend-optimizer.php

Originally posted by a.koepke
Thats not true Dr Groove, you need Zend Optimizer to run encoded files, http://www.zend.com/store/products/zend-optimizer.php


True, but the add-on is free... I guess I should have just said 'it won't cost users anything to run encoded PHP files'. My bad.










privacy (GDPR)