VB.net Unique Hardware ID ideas

本小妞迷上赌 提交于 2019-12-03 22:46:16

问题


I was wondering if there would be anything else I could use in my Hardware ID protection that would make it much more unique.

I am currently using

  • Processor ID
  • Volume ID
  • MAC Address
  • Graphics Card Name

If you guys can provide source codes to anything else that would make it even more unique please tell me.


回答1:


I will suggest using the HDD Serial Number instead of the Volume ID.

The Volume ID will change if you format your HDD but the HDD Serial Number will not.

http://addressof.com/blog/archive/2004/02/14/386.aspx




回答2:


Here is a library that can read the unique hardware ID of you computer. MAC address is not good because it can be changed, unless you read it from hardware NOT from Windows.



来源:https://stackoverflow.com/questions/2994549/vb-net-unique-hardware-id-ideas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!