This topic is locked
[SOLVED]

 Need help in encrypting php code

10/31/2013 12:18:26 AM
PHPRunner General questions
A
Abhijeet author

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.

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.


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

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


Well thank you ! I would highly appreciate if phprunner take it as feature request ! It is the need of the time !

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.


Well I have visited several websites and found a reliable one and low cost which is hip hop for php developed by facebook. they say that if we are using eval() and create_function() anywhere in the code, then it can create a blockade. I just would like to ask whether phprunner is using these 2 functions ? Your help would be highly appreciated.

Sergey Kornilov admin 11/1/2013

Abhijeet,
I'm sorry to say that you should not trust anyone who is making statements like this one.