Home > php教程 > php手册 > body text

PHP 神盾解密工具

WBOY
Release: 2016-06-13 09:37:31
Original
886 people have browsed it

前两天分析了神盾的解密过程所用到的知识点,昨晚我把工具整理了下,顺便用神盾加密了。
这都是昨天说好的,下面看下调用方法吧。

先下载 decryption.zip
然后解压放到一个文件夹里,把你要解密的文件也放进去。
然后新建一个 decode.php 代码写:

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

执行后就会生成 Code_source.php 的源码文件了。

效果

就目前来说没发现任何问题,如果有什么问题可以留言,我会及时处理的。

 

要注意的几点,decryption.php 文件不要做任何修改,否则执行不了、
decryption.php 输出格式是 utf-8 的,所以你的页面最好也用utf-8 的。
这个工具不能解密自身,我做了验证,其实只是防止不劳而获,希望解密出来的朋友也别把源码发出来,那样真没什么意思。

由于我没有空间,所以没法做在线的解密工具,我抽空群里问下,找个好心人搞一个在线解密吧。

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 Recommendations
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!