Home All Groups Group Topic Archive Search About

License Key Generator

Author
25 Nov 2006 4:00 PM
Arne Beruldsen
I have an app where I need to generate a 16 character license key based on
info supplied on the installed machine.  Does anyone know of any code,
freeware or fairly inexpensive product?

I don't need this to be super-hack proof...just something that generates a
16 character (more or less is ok) output.  I'm not a math guy...so please
don't suggest I write my own Algorithm.  In an old VB6 app I was using a
"class(s)" developed by Phil Fresle...but I can't get it to work in
vb.net...something comparable would be great.

Thanks for any insight....

Author
25 Nov 2006 6:05 PM
Ken Tucker [MVP]
Hi,

        Check out the shareware starter kit
http://msdn2.microsoft.com/en-us/vbasic/ms789080.aspx

Ken
-----------------------------

Show quoteHide quote
"Arne Beruldsen" wrote:

> I have an app where I need to generate a 16 character license key based on
> info supplied on the installed machine.  Does anyone know of any code,
> freeware or fairly inexpensive product?
>
>  I don't need this to be super-hack proof...just something that generates a
> 16 character (more or less is ok) output.  I'm not a math guy...so please
> don't suggest I write my own Algorithm.  In an old VB6 app I was using a
> "class(s)" developed by Phil Fresle...but I can't get it to work in
> vb.net...something comparable would be great.
>
> Thanks for any insight....