K
K
KRHD2015-12-15 19:08:58
PHP
KRHD, 2015-12-15 19:08:58

How to encrypt PHP?

In general, there is a script:

$domainCheck = file_get_contents('http://site.ru/check/check.php?domain='.$_SERVER['SERVER_NAME'].'');

This returns either 0 or a blank page.
How to encrypt so that they could not determine what is written there and could not change it (the code will be merged with all scripts)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Martyanov, 2015-12-15
@vilgeforce

There is no point in hiding this fragment: anyone who gets hold of the "encrypted" code can easily find out where the script is knocking.

E
entermix, 2015-12-15
@entermix

IonCube, Zend Guard

N
Nazar Mokrinsky, 2015-12-15
@nazarpc

No way

A
Alexander Aksentiev, 2015-12-15
@Sanasol

No way.
ioncube to help (ps it also stands for)

R
romy4, 2015-12-15
@romy4

everything is decoded. any encrypted code after unpacking ioncube / zend guard into a set of buckets can be read and put into a file. another thing is whether the price of decryption is equivalent to paying for a license for the code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question