Can a php code encryted?
Is it possible to execute the php file which is
encrypted(without decrypting), if so pleaze tell me the way.

Answers were Sorted based on User's Feedback



Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypt..

Answer / naresh

There is a zend encryptor for php code encryption, which
enables the code to be encrypted and we can execute the code
as we execute our simple php code.

Is This Answer Correct ?    0 Yes 0 No

Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypt..

Answer / jp

You can't really 'encode' a PHP script, the PHP interpreter
will not understand it.

What you can do, however, is to create obfuscated code,
which is extremely hard to understand and/or retrieve
information from the code and therefore impossible to edit.

Is This Answer Correct ?    2 Yes 5 No

Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypt..

Answer / niranjan kumar

u use the encode64 and decode64 for the encript

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More PHP Interview Questions

What type of operation is needed when passing values through a form or an url?

0 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


Explain the difference between session and cookies in php?

0 Answers  


What are the advantages of php?

0 Answers  


How can we know the number of days between two given dates using PHP?

8 Answers   AZTEC, HCL, Navsoft,






What are the features of object-oriented programming in php?

0 Answers  


What is the Pipe Symbol represented?

0 Answers  


When to use inquire vs enquire?

0 Answers  


is php is the best for this situation

2 Answers  


Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?

0 Answers  


What is htmlentities function in php?

0 Answers  


What is php used for?

0 Answers  


Categories