Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个关于计费和库存的小型项目网站。该项目旨在在网络上进行,但一些微型和小型企业无法访问互联网(是的,在尼加拉瓜存在)。所以我提供的选项是在本地托管它,但我害怕让源代码可用。我怎样才能保护这个源代码不被用户或足够聪明的人找到并转售?
一种选择是使用Zend Guard混淆源代码。