如何创建付费插件/主题并安全地销售它们
我正在为 drupal / wordpress / magento 创建支付网关。我已经有客户想要使用我的插件。因为这是一项付费作品,所以我想保护它不被其他网站使用。
我还看到许多销售主题、模块和插件的供应商都需要输入 API 密钥。
我怎样才能做同样的事情。我的服务器端需要什么。我知道如何创建模块,但我不知道如何安全地销售它们并提供定期更新。
如果有关于这方面的书请告诉我。
I am in the process of creating a payment gateway for drupal / wordpress / magento. I already have clients who want to use my plugin. Because this is a paid piece of work, I want to protect it from being used on other websites.
I have also seen that many vendors who sell themes, modules and plugins are required to put in the API key.
How can I do the same. What do I need on my server side. I know how to create modules, but I don't know to sell them securely and deliver regular updates.
If there is a book regarding this please let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉任何关于这个主题的书籍,但我会告诉你我作为
有几种方法 -
就我个人而言,我更倾向于第一种选择,因为有足够决心的人会破坏你设置的任何保护(人们会立即破坏更复杂的解决方案)。这是提供源代码而不是二进制文件的问题之一(经验丰富的黑客也可以轻松破解这些问题)。让那些愿意付钱的人,其他人就让他们做他们想做的事,因为无论如何你都无法创建真正安全的东西。
I'm not familiar with any books on the subject, but I'll tell you what I've seen as one of a founders of a component / plug-in marketplace that has many such plug-ins.
There are a few approaches -
Personally, I lean more toward the first option, as someone determined enough will break whatever protection you put (people break much more complicated solutions in no time). This is one of the problems of delivering source-code instead of binaries (and those are broken just as easily by more experienced hackers). Let those who are willing pay, and the others just let them do what they want as you won't be able to create something truly secure anyway.