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

Explain how can php and javascript interact?

0 Answers  


How do you use bcrypt for hashing passwords in php?

0 Answers  


How is it possible to return a value from a function?

0 Answers  


What is the default session out time?

0 Answers  


How to find a specific value in an array?

0 Answers  






What is php resource type?

0 Answers  


What is polymorphism?

0 Answers  


What is the difference between "echo" and "print" in php?

0 Answers  


What is use of htmlspecialchars php?

0 Answers  


Tell me what is use of in_array() function in php?

0 Answers  


What is the main difference between asp net and php?

0 Answers  


what are Implode and Explode functions?

8 Answers   HCL,


Categories