U
UJ
Is there any number I can get that is truly unique for a computer that can't
be changed? I want to have a system whereby I have a computer that accesses
a web service based on some unique value that can't be changed. Or at least
if it is changed, it's not changed frequently. (IP address won't work
because that can change frequently).
Here's my thought - the program boots up, finds some unique piece of
information, sends that off to the web service who checks that against a
master list. If the ID is there, everything is OK, if not - it stops dead
(there of course would be a way to add the ID to the master list but that
would involve human interaction.)
This is for a system whereby when a user buys our product, we only allow x
number of machines to connect to the web service and need to limit that.
I've thought about MAC address but have been told that that can be spoofed.
If there either a serial number or GUID available for the machine itself?
TIA - Jeffrey.
be changed? I want to have a system whereby I have a computer that accesses
a web service based on some unique value that can't be changed. Or at least
if it is changed, it's not changed frequently. (IP address won't work
because that can change frequently).
Here's my thought - the program boots up, finds some unique piece of
information, sends that off to the web service who checks that against a
master list. If the ID is there, everything is OK, if not - it stops dead
(there of course would be a way to add the ID to the master list but that
would involve human interaction.)
This is for a system whereby when a user buys our product, we only allow x
number of machines to connect to the web service and need to limit that.
I've thought about MAC address but have been told that that can be spoofed.
If there either a serial number or GUID available for the machine itself?
TIA - Jeffrey.