What's a reliable and practical way to protect software with a user license ?
- by Frank
I know software companies use licenses to protect their softwares, but I also know there are keygen programs to bypass them. I'm a Java developer, if I put my program online for sale, what's a reliable and practical way to protect it ?
How about something like this, would it work ?
<1> I use ProGuard to protect the source code.
<2>…