HWID protection?

Sep 13, 2012 at 7:19am
I'm looking for a hwid protection (hardware id protection), I've googled around but can only find simple hwids which can be bypassed easily.

Thanks in advance.
Sep 17, 2012 at 9:42am
Anyone?
Sep 17, 2012 at 10:15am
With this:

http://msdn.microsoft.com/en-us/library/hskdteyh%28v=vs.80%29.aspx

you can get the identification string for the processor.

Whith this:

http://msdn.microsoft.com/en-us/library/aa365917%28v=vs.85%29.aspx

you can gather more infos about other hardware (MAC addresses)

And this provides more system information:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms724956%28v=vs.85%29.aspx

This:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa380252%28v=vs.85%29.aspx

are Mircrosoft cryptographic function (if you trust Microsoft)

This:

http://www.cryptopp.com/

is a free cryptographic library which might suffice

you should provide a key, gather the information, and simply write it encrypted to a file (if not exists. after that read and compare). If the content of the file is wrong or not existent your program ends.
Topic archived. No new replies allowed.