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 is the Pipe Symbol represented?

1 Answers  


What do you mean by MVC ?

3 Answers   NIIT,


does current version of mysql (myisam) supports foreign keys ?

2 Answers  


What is associative array in php?

1 Answers  


What is scope of variable in php?

1 Answers  


Difference between notify url, return url in paypal payment gateway?

4 Answers   A1 Technology, Capital IQ, CMS, Essar, HCL, IAS, Karvy, L&T, State Bank Of India SBI, TATA, Tisco, WNS,


What is the use of stripslashes in php?

1 Answers  


What are the differences between GET and POST methods?

1 Answers  


What is asort php?

1 Answers  


What is __ invoke in php?

1 Answers  


How escape single quotes php?

1 Answers  


Write the code for upload a video file in PHP.How will You Play this in Your Page.?

2 Answers   ASD Lab, Convex Digital,


Categories