Protecting Ruby Code

安稳与你 提交于 2019-12-06 07:55:26

This is isomorphic to the problem of DRM. You're giving a person both a lock and the key to that lock, and trying to stop that person from using the key in a way you don't like.

Therefore, I suggest using the same methods that other DRM users do: put your terms in the license, and sue them if they violate it. You need to use the law to enforce the other terms of the license, anyway.

you can't really protect it, its hard enough protecting native code! and even then that basically fails if someone really wants to copy the software.

basically do very little if anything to secure it, its mostly wasted time and effort

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