0

Possible Duplicate:
Incorporating license key approach for a WinForms app

I would like to make random license key such that if any one installed my application i would like to give him a license along with the application which may end in a month or so. And the key should only work on particular system he installed and not in any other PC.

Community
  • 1
  • 1
Developer
  • 8,390
  • 41
  • 129
  • 238

2 Answers2

0

There are many commercial products that might help you in this task. One example is xheo.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
  • If i wish to develop my own license then how can i do this for complete application – Developer Oct 02 '10 at 09:11
  • 1
    I would recommend you not developing custom solutions but use one of the existing licencing libraries out there. Remember that cracking a licence is directly proportional to time and pirate skills, so if you really value your intellectual property don't reinvent the wheel. – Darin Dimitrov Oct 02 '10 at 09:14
0

Have a look at this question:

Securing a license key with RSA key

Community
  • 1
  • 1
James Westgate
  • 11,306
  • 8
  • 61
  • 68