T
tiewknvc9
Ive created an application, and of course Im coming to the part i know
very little about, except that regardless of the protection scheme I
use, people will hack the software. I created the software with Java,
and hope that this can be considered the appropriate forum for this...
What I was thinking, was to use a unique computer identification
"whatever format", to generate a string or integer value, encrypt the
number with my own code (via server), and give that number or string
to the user.
When the user enters the string to unlock the application, I will
check with my server to see if that number is correct for their unique
computer identification "number", and if it matches, then they can use
the application.
There is only tw questions that come to mind.
1. Is there a unique computer identification number (for PCs) that I
can reach with Java?
2. Is there a better approach to use to "secure" my software from the
general public?
thank you for your responses!
very little about, except that regardless of the protection scheme I
use, people will hack the software. I created the software with Java,
and hope that this can be considered the appropriate forum for this...
What I was thinking, was to use a unique computer identification
"whatever format", to generate a string or integer value, encrypt the
number with my own code (via server), and give that number or string
to the user.
When the user enters the string to unlock the application, I will
check with my server to see if that number is correct for their unique
computer identification "number", and if it matches, then they can use
the application.
There is only tw questions that come to mind.
1. Is there a unique computer identification number (for PCs) that I
can reach with Java?
2. Is there a better approach to use to "secure" my software from the
general public?
thank you for your responses!