如何加密 PHP 文件

发布于 2024-11-24 18:34:57 字数 217 浏览 2 评论 0 原文

我知道已经有一些关于此的主题,但没有人正确回答。是否有任何工具或源可以将 php 文件或 php 源加密为人们无法读取的字节码或二进制代码。

更多线索是,有一些 PHP 文件,当您尝试在 Linux 中打开它时,它会给您一条消息,指出“此文件可能是二进制文件,您想查看它吗”。

另外,我听说有人说加密的 PHP 文件比普通的 PHP 文件快得多,这是真的吗?如果是的话,有人测量过差异吗?

I know there were few topics written already about this but no one answered it correctly. Is there any tool or source that encrypt (or other name) php files or php source into bytecode or binary code that can't be read by people.

Some more clue will be, there are some PHP files when you trying to open it in linux it gives you a message stating "this file might be in binary would you like to view it".

Also, I 'v heard from someone that encrypted PHP files are much faster than normal php, is this true and if so, has anyone measured the difference yet?

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

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

发布评论

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

评论(2

夜灵血窟げ 2024-12-01 18:34:57

有几个引擎可以提供良好的加密,例如 Zend Guard,但它们永远不会是 100 % 受保护。

至于性能,从我看来,我认为它不会更快,因为它必须解密并运行脚本。

there are several engines that provide a good encryption like Zend Guard, but they are never 100% protected.

as for performance, from my opinion I don't think it will be faster as it has to decrypt and the run the scripts.

白昼 2024-12-01 18:34:57

您可以使用 ioncubeZend Guard 但还有其他......

You can use php encoder from ioncube or Zend Guard but there are others....

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