神盾加密解密教程(三)PHP 神盾解密工具_php实例

WBOY
Release: 2016-06-07 17:19:27
Original
1026 people have browsed it

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

复制代码 代码如下:

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

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

效果

神盾加密解密教程(三)PHP 神盾解密工具_php实例

神盾加密解密教程(三)PHP 神盾解密工具_php实例

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

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

Related labels:
php
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!