Home  >  Article  >  Backend Development  >  Aegis Encryption and Decryption Tutorial (3) PHP Aegis Decryption Tool_PHP Tutorial

Aegis Encryption and Decryption Tutorial (3) PHP Aegis Decryption Tool_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:28:52814browse

First download the php Aegis decryption tool decryption
Then unzip it and put it into a folder, and put the files you want to decrypt into it.
Then create a new decode.php code and write:

Copy code The code is as follows:

require('decryption.php');
decryption('Code.php');
?>

After execution, the source code file of Code_source.php will be generated.

Effect

Aegis Encryption and Decryption Tutorial (3) PHP Aegis Decryption Tool_PHP Tutorial

Aegis Encryption and Decryption Tutorial (3) PHP Aegis Decryption Tool_PHP Tutorial

No problems have been found so far. If you have any questions, please leave a message and I will deal with it in time.

A few points to note, do not make any modifications to the decryption.php file, otherwise it will not execute.
The output format of decryption.php is utf-8, so it is best to use utf-8 for your page.
This tool cannot decrypt itself. I have verified it. In fact, it is just to prevent getting something for nothing. I hope that friends who have decrypted it will not send out the source code. That is really meaningless.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/780718.htmlTechArticleFirst download the php Aegis decryption tool decryption and then unzip it into a folder and put the file you want to decrypt. Put it in. Then create a new decode.php code and write: Copy code Code...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn