D
Dave
Greetings,
What would be the best way for me to implement a Name/Registration Code into
my application? Should I just take the input of the "name" textbox, convert
it to hex, do a bunch of strange oddball calculations on it and truncate the
left 10 digits or so to validate against the "registration code" textbox?
In other words, how would I prevent a keygen from showing up on the internet
within a month of deploying an application?
-Dave
What would be the best way for me to implement a Name/Registration Code into
my application? Should I just take the input of the "name" textbox, convert
it to hex, do a bunch of strange oddball calculations on it and truncate the
left 10 digits or so to validate against the "registration code" textbox?
In other words, how would I prevent a keygen from showing up on the internet
within a month of deploying an application?
-Dave