PHP / Web脚本保护 [英] PHP/Web Script Protection

查看:86
本文介绍了PHP / Web脚本保护的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用PHP和javascript写一个脚本,以某种方式保护我的源代码,以便我可以卖掉我的脚本。

I want to write a script in PHP and javascript and somehow protect my source code so that I can sell my script.

我正在寻找如何保护的想法我的剧本如果我把它卖给某人,我怎么能阻止那个人把它重新分发为他们的产品呢?

I am looking for ideas how to protect my script. If I sell it to someone, how can I stop that person from redistributing it as their product?

我知道有ZEND和ionCube,但还有其他方法吗?因为我不想强迫用户在服务器上安装zend优化器。

I know there is ZEND and ionCube, but are there any other methods? As I don't like to force a user to have zend optimizer installed on the server.

有没有办法为这些脚本生成序列号保护无法通过编辑代码删除?

Is there any way of generating a "serial number" protection for these scripts that cannot be removed by editing the code?

推荐答案

有些方法可以对代码进行模糊处理和加密,但如果依赖于您的利润来如果人们很难破解你的代码,而不是代码/编程的质量/可用性,那么我认为你是从错误的角度来看待你的市场。

There are ways to obfuscate and encrypt your code but if you rely on your profit coming from folks having a hard time cracking your code, not on the quality/usability of your code/programming then I think you're approaching your market from the wrong perspective.

使代码的可访问性成为一项功能,这可以使您的客户更容易审核其安全性或获取/制作插件以增强代码的可用性。

Make your code's accessibility a feature, which could make it easier for your customers to audit their security or get/make plugins to enhance your code's usability.

抱歉;这不是你问题的真正答案,不是吗?

Sorry; this isn't really an answer to your question, is it?

这篇关于PHP / Web脚本保护的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆