encode - PHP code safeguard technique for Remote call, scenario based -


I'm thinking of securing my php code in a different way for my project, but this childish method May be possible Please alternative or professional and opposition to this method please tell me .

Both the client and server have lamps.

The client system client maintains sensitive data, which can not be shared with the server, the client will have the ath key to access the server.

When the customer confirms to the server that using the at key the server requests, the server will send the php code to the client for execution. The PHP code will be executed in the client and it will be connected to other sites from the client for processing.

The client will use remote to obtain and execute the code.

  & lt; ? Includes Php ('http://www.example.com/clientCode.php'); ? & Gt;  

The client side files are provided by the server admin with ioncube or zend safetyguard encoded.

Therefore they will be processed via a secure connection to PHP code (my assumption) in addition to client server interaction

Including a remote file may not work as expected, because the included file is actually on a remote server Is implemented and the result is included in the script which is included in it, actually there is no PHP code from the included file.

If you want to know what that is, then it is fine; But you can not transfer the actual PHP code from the remote server.

However, if you have to transfer the client from the remote server to the remote server, then you can maintain the API that authenticates and authenticates the customer, read the desired PHP file (without explaining), and then Then you can delete the code or cache it as a local file on the client.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -