Re: Serial Number Validation
- From: "William Stacey [MVP]" <staceywREMOVE@xxxxxxxx>
- Date: Fri, 10 Jun 2005 06:35:30 -0400
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.
--
William Stacey [MVP]
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:58D96E39-3BB3-4C4C-94A4-0E4201C0A4E9@xxxxxxxxxxxxxxxx
> 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
.
- References:
- Serial Number Validation
- From: Paul
- Serial Number Validation
- Prev by Date: i want to prevent windows to close my form when Alt+f4 is pressed
- Next by Date: RE: i want to prevent windows to close my form when Alt+f4 is pressed
- Previous by thread: Serial Number Validation
- Next by thread: i want to prevent windows to close my form when Alt+f4 is pressed
- Index(es):
Relevant Pages
|