![]() |
|
HWID Authentication (Example Code) - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: HWID Authentication (Example Code) (/Thread-HWID-Authentication-Example-Code) |
HWID Authentication (Example Code) - ViolentReality - 08-15-2013 Notice: I stumbled upon some of my old sources I put together and released awhile ago on various forums, I figured I may as well post them on here. ![]() Single Hardware ID Authentication Example. This source is best combined with THIS. [ Download Source ] RE: HWID Authentication (Example Code) - Shebang - 08-15-2013 Good share for those learning, however this highly-popular HWID system isn't that great due to the ability that multiple users can have the same HWID. RE: HWID Authentication (Example Code) - ViolentReality - 08-15-2013 (08-15-2013, 01:30 AM)shebang Wrote: Good share for those learning, however this highly-popular HWID system isn't that great due to the ability that multiple users can have the same HWID. I know man, I put these together a long time a go when I first joined HF. RE: HWID Authentication (Example Code) - -Correct - 08-15-2013 Great one thanks for sharing it
RE: HWID Authentication (Example Code) - zosoftnet - 08-15-2013 This is only the CPU ID....You could also do combine the MAC with CPUID, HDD #....This is just my suggestion !! RE: HWID Authentication (Example Code) - ViolentReality - 08-15-2013 (08-15-2013, 03:43 PM)zosoftnet Wrote: This is only the CPU ID....You could also do combine the MAC with CPUID, HDD #....This is just my suggestion !! I made these over 2 years ago and I've posted for learning purposes only. There's no point releasing full sources for learning purposes, it all just gets copied and pasted. (08-15-2013, 09:30 AM)-Correct Wrote: Great one No problem dude. :> |