how to embed hardware info programmatically to an executable at install time
-
Hi Experts, I would like to capture Harddisk and processor serial No. apply some algorithm over it and generate a new encrypted ID. Further I like to embed this ID to the installed exe. So that it check everytime the same hardware when it run. Obtaining Serial No. is partly done by us but I dont know how to join this serial key in exe with encrypted mode. I am using VS2005 and my project is on Vb.Net. Thanks in advance. Jay Khatri
-
Hi Experts, I would like to capture Harddisk and processor serial No. apply some algorithm over it and generate a new encrypted ID. Further I like to embed this ID to the installed exe. So that it check everytime the same hardware when it run. Obtaining Serial No. is partly done by us but I dont know how to join this serial key in exe with encrypted mode. I am using VS2005 and my project is on Vb.Net. Thanks in advance. Jay Khatri
-
try to write as a resource[^] and encript it using Cryptography-Namespace[^] Good luck: Didi
-
hi didi, I just have finished my project and started deployment. But I was failed to follow the instructions you had given. Can u explain by example. Best Regards Jay Khatri