![]() |
romaldus 10/31/2013 |
Hello Room, We had been struggling hard in designing portals. Now the time has come to protect the code. I have been using below technology for your reference:- Technology used: Xampp 1.8.3 Php version 5.5.3 mcrypt support enabled (by default) mcrypt filter support enabled (by default) Supported ciphers cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour Supported modes cbc cfb ctr ecb ncfb nofb ofb stream Phprunner 7.0 (Enterprise Edition) Windows 7 Professional OSX I am a noob at php coding actually, but pretty good experience in changing settings. I need to protect php code only and not the database. I have read in phprunner help that mcrypt is supported. But a detail example as to how to do is not there. If mcrypt is enabled then why is my php code not seen encrypted from phprunner after generation. Any help would be highly appreciated. I would also appreciate if any strong encryption which cannot be reverse engineered is possible. I have also read in the help file that some search settings other than '=' sign are affected. it is ok with me. Thank you in advance.
|
A
|
Abhijeet author 10/31/2013 |
PHPRUNNER cannot encode/encrypt PHP code but encrypt data stored in database. If you want to encrypt PHP code, use third party software such as ZEND Guard or IonCube
|
![]() |
Sergey Kornilov admin 10/31/2013 |
It cannot be added as feature. You have to spend years of research to create a viable PHP encryption software and there are already more than a few companies doing that. Check those that Romaldus suggested. |
A
|
Abhijeet author 11/1/2013 |
It cannot be added as feature. You have to spend years of research to create a viable PHP encryption software and there are already more than a few companies doing that. Check those that Romaldus suggested.
|
![]() |
Sergey Kornilov admin 11/1/2013 |
Abhijeet, |