Please advise, is there any web-based licensing solution, where I can generate registration codes, and validate them in the software by connecting to my licensing server?
Thank you.
|
Please advise, is there any web-based licensing solution, where I can generate registration codes, and validate them in the software by connecting to my licensing server? Thank you. |
|||
|
|
The first thing that comes to mind is that you could use some sort of private-key signing system to allow you to issue registration codes and then have your application verify that the registration code came from you. That is, you could sign your registration codes with a private key and include the public key to verify the signature in your program that you are licensing. If you want to limit the program to running on a specific computer, you could create some sort of hash representing the users computer and sign that with your private key as well. I have been working with "Windows Identity Foundation", which uses private-key signing to check that a "security token" (a message indicating that a user is authenticated) actually came from one of my servers and not an imposter. I believe that you should be able to program your software to use a similar scheme to verify that a registration code is valid. |
|||
|
|
|
|
|||
|
|
I'm a little hesitant to recommend a commercial product given the downvoting so far, but why not: I suggest you read the article Developing for Software Protection and Licensing and then evaluate OffByZero Cobalt. Obligatory disclaimer: both product and article are produced by the company I co-founded. |
|||||||
|
|
It looks like Manco .NET Licensing System can meet your needs. This product line includes activation web-service which can create licensing information (like keys and license files) on demand by request from the e-Commerce servers. Then this information can be used in your application to activate/validate license. Recently they added Silverlight based license shop to this web service with no cost. So it is possible to manage clients and licenses literally from any place where you can access PC with Windows and Internet Explorer. |
|||
|
|