License Key Generation
-
Hai Everbody, Warm Greetings! Can any one suggest me the techniques and methods for license key generation. Also how can i identify a system uniquely using the hardware information such as Processor ID and MAC Address. And how can I get the Processor ID.
Best Regards, M. J. Jaya Chitra
-
Hai Everbody, Warm Greetings! Can any one suggest me the techniques and methods for license key generation. Also how can i identify a system uniquely using the hardware information such as Processor ID and MAC Address. And how can I get the Processor ID.
Best Regards, M. J. Jaya Chitra
Well following are the licensing schemes: - Per Processor licensing - Per User licensing - Per Machine licensing (unlimited per machine) - One time license(for installations etc) You can ger Processor ID from Win32_Processor and MAC from Win32_NetworkAdapterConfiguration. A better approach would be to use Win32_ComputerSystemProduct.UUID for uniquely identifying a system and then enforce various licensing schemes
before c# there was darkness
-
Well following are the licensing schemes: - Per Processor licensing - Per User licensing - Per Machine licensing (unlimited per machine) - One time license(for installations etc) You can ger Processor ID from Win32_Processor and MAC from Win32_NetworkAdapterConfiguration. A better approach would be to use Win32_ComputerSystemProduct.UUID for uniquely identifying a system and then enforce various licensing schemes
before c# there was darkness
hk11 wrote:
You can ger Processor ID from Win32_Processor and MAC from Win32_NetworkAdapterConfiguration. A better approach would be to use Win32_ComputerSystemProduct.UUID for uniquely identifying a system and then enforce various licensing schemes
Is these are namespaces. If so where can i get it.
Best Regards, M. J. Jaya Chitra
-
Well following are the licensing schemes: - Per Processor licensing - Per User licensing - Per Machine licensing (unlimited per machine) - One time license(for installations etc) You can ger Processor ID from Win32_Processor and MAC from Win32_NetworkAdapterConfiguration. A better approach would be to use Win32_ComputerSystemProduct.UUID for uniquely identifying a system and then enforce various licensing schemes
before c# there was darkness
hk11 wrote:
A better approach would be to use Win32_ComputerSystemProduct.UUID for uniquely identifying a system and then enforce various licensing schemes
I know this post is old, but... The UUID you cited is not adequate on home-built systems. On such systems your uuid is going to be
00000000-0000-0000-0000-000000000000
orFFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
. Only pre-built machines (from Dell, Gateway, etc) or laptops will have a unique UUID, and even then, the UUID may be identical in an organization that builds machines from a common OS image CD. If you could somehow identify a way to somehow set the UUID in the event of the all-0 or all-F situation, I'd be happy to hear about it."Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hai Everbody, Warm Greetings! Can any one suggest me the techniques and methods for license key generation. Also how can i identify a system uniquely using the hardware information such as Processor ID and MAC Address. And how can I get the Processor ID.
Best Regards, M. J. Jaya Chitra
Here's a good tool to try that generates keys and identifies the system uniquely. www.lomacons.com/LomaCons/InstallKey.aspx www.codeplex.com/InstallKey