
Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000
> "Disk serial numbers aren't unique..." The link above states this, but as the
> serial number is a 32 bit integer, it not only "may be unlikely to find a
[quoted text clipped - 4 lines]
> is a very valid point, John, as well as my question about dealing with the
> legitimate transfer of the app to another machine.
No. But I did, regretably, develop my own package. Some of the concepts I used are found
in that project but there are also things I did differently.
I say regrettably because I don't think it is a good use of my client's money but they
insist. I try to mitigate the development cost against the potential loss of revenue.
My disk serial number comment is nit-picking considering MAC addresses can be set by
users; I didn't mean it wasn't a valid identifier - I should have explained why the entire
concept is suspect.
A knowledgeable person can bypass most software-protection setups (just look at the gaming
software world) and thus my "at what cost" question.

Signature
'---------------
'John Mishefske
'---------------
Tom Ventouris - 26 Dec 2006 10:17 GMT
Thank you both. I have found all I need. I am using a combination of the
Serial Number, User Name and Computer Name - this is unlikely to be
duplicated.
With regard to the question of effort vs security, I would agree that any
system can be bypassed. I am relying on an assumption that those buying the
application could develop it themeselves if they had the skills to bypass the
security :).
For info, securiity on the FE includes activation based on machine
identification, MDE and "Project Locked for viewing". It is primarily the
unauthorised copies I am aiming to prevent with this question. Should anyone
succeed, "'tis a time for giving", but the application will always have my
mark on the forms and reports (MDE).
Thanks again.
> > "Disk serial numbers aren't unique..." The link above states this, but as the
> > serial number is a 32 bit integer, it not only "may be unlikely to find a
[quoted text clipped - 17 lines]
> A knowledgeable person can bypass most software-protection setups (just look at the gaming
> software world) and thus my "at what cost" question.
missinglinq - 26 Dec 2006 11:00 GMT
And how are you addressing the end user's legitimate right to transfer the
app to another machine, Tom?

Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000