Protect my PHP App

£可爱£侵袭症+ 提交于 2019-12-12 01:32:53

问题


I have developed an app and its written in PHP (with a bunch of SQL scripts), this app will be used by a few small companies. For them to use it, I will have to install Apache and SQL Server for them.

Every method I have thought has fallen short of what I need. I was actually just hoping to use ZendGuard or IonCube but they don't support PHP 5.3.x.

Is there a simpler method where I can maybe store a key in the database and make the app run only when it knows its on that server?

Maybe create a key based on some random numbers/letters and the machine name, sql server host name and encode/decode this when ever the system is in use?

Thanks all for any help or ideas


回答1:


Even if Zend and Ioncube don't support PHP 5.3 code (which I find hard to believe!! Are you sure?), I'm sure they will in the foreseeable future.

I think it's worth asking them when they are going to introduce support for it.

Update: It indeed seems true: Zend but then, the question is, does your software really need 5.3 (i.e. use 5.3 specific features like namespaces and such?)



来源:https://stackoverflow.com/questions/2928755/protect-my-php-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!