What is the general approach to implement the serial number and activation protection for Java Appli
Posted
by ziang
on Stack Overflow
See other posts from Stack Overflow
or by ziang
Published on 2010-04-10T21:39:33Z
Indexed on
2010/04/10
21:43 UTC
Read the original article
Hit count: 332
java
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.
© Stack Overflow or respective owner