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.
Answer Posted / 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 |
Post New Answer View All Answers
Which cryptographic extension provide generation and verification of digital signatures?
What is difference between sql and php?
What is the empty function?
Is php still used?
Explain me what is the use of 'print' in php?
List some array functions in php?
What is php and features of php?
What is varchar mysql?
What is pdo classes?
Explain what is the function file_get_contents() usefull for?
What is orm in php framework?
What is T_PAAMAYIM_NEKUDOTAYIM?
What does empty mean in php?
What are variables in research examples?
What is explode() in php?