您如何隐藏您的php源代码? [英] How do you hide your php source code?

查看:202
本文介绍了您如何隐藏您的php源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含密钥和盐的php页面,我想隐藏这样的信息以防万一.有谁知道一个好的免费软件可以做到这一点?

I have a php page which contains keys and salts and I would like to hide such information just in case. Anyone know a good free software that could do this?

我在服务器上同时安装了zend和ion,我听说一些源代码争夺者在使用它.有什么想法吗?

I have both zend and ion installed on my server, which I heard some source scramblers use. Any ideas?

推荐答案

您的PHP源代码无法通过浏览器直接查看.您可以混淆服务器上的php文件,以提供额外的保护.混淆会使攻击者更加困难来理解您的代码,如果他最终会进入.请记住对文件进行无混淆的备份.

Your PHP source cannot be viewed directly via browser. You can obfuscate the php files on the server for extra protection. Obfuscation makes it more difficult for an attacker to understand your code, if he eventually gets in. Remember to keep an un-obfuscated back-up of your files.

退房

Obf

http://www.pipsomania.com/best_php_obfuscator.do

或者仅搜索 http: //www.google.com.ng/search?sourceid=chrome&ie=UTF-8&q=php+obfuscator

这篇关于您如何隐藏您的php源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆