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
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 |
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 |
Answer / niranjan kumar
u use the encode64 and decode64 for the encript
Is This Answer Correct ? | 1 Yes | 4 No |
What is php and its uses?
Code to upload a file in PHP?
How to split a string into array using php?
What are arguments in php?
What is var_dump function in php?
How to make a file encrypt and decrypt?
How to track no of user logged in?
How to use the COM components in PHP?
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?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How to get the number of characters in a string?
what is the diference between php4 and php5
2 Answers Tavant Technologies,