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

Does php support inheritance?

0 Answers  


What is overriding in php?

0 Answers  


Write a program in php to find the occurrence of a word in a string?

0 Answers  


How to get the ip address of the client?

0 Answers  


Explain the difference between static and dynamic websites?

0 Answers  






we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.

1 Answers   IndiaTimes,


What is a trait in php?

0 Answers  


How break and continue while loop in php?

0 Answers  


What is in php 7?

0 Answers  


If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100

15 Answers   ABC, Asan, Indivar, Swistro Marketing Solutions,


What are php filters?

0 Answers  


What is get method in java?

0 Answers  


Categories