問題描述
是否可以隱藏/編碼/加密php文件/源代碼,并讓其他人在他們的機器上安裝并運行系統?
Is it possible to hide/encode/encrypt the php file/source code, and let others have the system installed and run on their machine?
推薦答案
是的,您絕對可以隱藏/編碼/加密 php 源代碼,其他人"可以將其安裝在他們的機器上.您可以使用以下工具來實現相同的目的.
Yes, you can definitely hide/encode/encrypt the php source code and 'others' can install it on their machine. You could use the below tools to achieve the same.
- Zend Guard
- IonCube
- SourceGuardian
- phpSHIELD
- phpBolt(免費)
但這些其他人"也可以使用其他在線工具和服務來解碼/解密源代碼.所以你不能 100% 保護你的代碼,你可以做的是,讓別人更難對你的代碼進行逆向工程.
But these 'others' can also decode/decrypt the source code using other tools and services found online. So you cannot 100% protect your code, what you can do is, make it tougher for someone to reverse engineer your code.
上述大多數工具都支持編碼和混淆.
Most of these tools above support Encoding and Obfuscating.
- 編碼將通過加密來隱藏您的代碼.
- 混淆會使您的代碼難以理解.
您可以根據需要選擇同時使用(編碼和混淆)或其中之一.
You can choose to use both (Encoding and Obfuscating) or either one, depending on your needs.
這篇關于是否可以隱藏/編碼/加密php源代碼并讓其他人擁有系統?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!