开发者

What is the general approach to implement the serial number and activation protection for Java Application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_如何学编程

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

I want to create a Java Desktop Application and want to employ some mechanism to protect my software from illegal copy. What is the general best approach to implement the serial number and activation protection for Java Application? If the user can activate the software correctly, where to store the activation info?

Thanks.


There can almost be only one answer: On your server, together with a significant part of your algorithm(s). If all the code has to be on the client, then all that could work is

  1. Trusted computing (ultimately a hardware barrier)
  2. Steganography (obfuscating, scattering, hiding, deceiving, ...)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜