Skip to main content
Filter by
Sorted by
Tagged with
11 votes
7 answers
12k views

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 ...
Mr. Boy's user avatar
  • 64.5k
1 vote
1 answer
911 views

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. ...
Jeff's user avatar
  • 1,774
1 vote
5 answers
2k views

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 ...
blez's user avatar
  • 5,072
37 votes
4 answers
52k views

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 ...
mr.b's user avatar
  • 5,012
1 vote
2 answers
11k views

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, ...
Rob's user avatar
  • 8,101
51 votes
5 answers
137k views

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.
guaike's user avatar
  • 2,513

1
2