如何隐藏 php 源代码?

发布于 2024-12-06 08:01:51 字数 112 浏览 0 评论 0 原文

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

我的服务器上安装了 zend 和 ion,我听说一些源加扰器使用它们。有什么想法吗?

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?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妥活 2024-12-13 08:01:51

您的 PHP 源代码无法直接通过浏览器查看。您可以混淆服务器上的 php 文件以获得额外的保护。混淆会使攻击者更难理解您的代码,如果最终成功侵入。请记住保留未混淆的文件备份。

查看

Obf

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

Zend Guard

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

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.

Check Out

Obf

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

Zend Guard

Or just search for http://www.google.com.ng/search?sourceid=chrome&ie=UTF-8&q=php+obfuscator

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文