Serial Number Validation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,

I have written an application in Visual C#, I wish to add serial number
validation dll to the installer, how do I go about doing this.

Thanks in advance.
Paul Mathebula
 
Depends on what you want to do and what kind of protection(s) your after.
If just want to have a unique serial number for each product and verify the
local copy enters the correct serial, then embed a hash in the program.
Your serial dialog will take the serial input and hash it and compare to the
embeded hash in the exe. This is very simple verification and really does
not provide much (if any) protection. There are a few 3rd party
license/serial checkers out there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top