PHP Aegis Decryption Tool_PHP Tutorial

WBOY
Release: 2016-07-13 10:32:10
Original
1198 people have browsed it

Two days ago I analyzed the knowledge points used in the decryption process of Aegis. Last night I sorted out the tools and encrypted them with Aegis.
This was all agreed upon yesterday, let’s take a look at the calling method.

First download decryption.zip
and 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:

<?<span php
</span><span require</span>('decryption.php'<span );
decryption(</span>'Code.php'<span );
</span>?>
Copy after login

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

Effect

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.

Since I don’t have space, I can’t make an online decryption tool. I took the time to ask in the group and find a kind person to make an online decryption tool.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/755937.htmlTechArticleTwo days ago I analyzed the knowledge points used in the decryption process of SHIELD. Last night I sorted out the tools. , encrypted with Aegis by the way. This was all agreed upon yesterday, let’s take a look at the calling method. ...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!