62 questions
11
votes
7
answers
12k
views
Uniquely identify PC based on software/hardware
For a requirement to generate per-PC license keys, I need some code which will return a stable and (near) unique key on any PC. It doesn't have to be guaranteed unique, but close. It does need to be ...
1
vote
1
answer
911
views
Alternative to MAC Address for tying software to hardware?
Any good alternatives to tying software activation to a hardware piece on the machine beside using the MAC address? Using hard drive serial numbers will not work as they are not always available. ...
1
vote
5
answers
2k
views
Help with Hardware ID [closed]
I'm using C# and .NET 2.0. My app needs some way to check the different users so I'll use hardware id, but I saw that I can use only:
mac address - easily changeable and not everybody have it // NO
...
37
votes
4
answers
52k
views
Reliable way of generating unique hardware ID
Question: I have to come up with unique ID for each networked client, such that:
it (ID) should persist once client software is installed on target computer, and should continue to persist if software ...
1
vote
2
answers
11k
views
What is a hardware-id?
Some forums that I regularly visit sell premium programs, and to prevent them from being leaked they use hardware-id authentication. That is, first they send you a program to run to grab your HWID, ...
51
votes
5
answers
137k
views
How to fast get Hardware-ID in C#?
I need in my program to tie a license to a hardware ID. I tried use WMI, but it still slow.
I need, for example, CPU, HDD, and motherboard info.