Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Creating a Product/License Key

Reply
Thread Tools

Creating a Product/License Key

 
 
SouthSpawn
Guest
Posts: n/a
 
      10-26-2004
I am creating a web application. I would like to create a product key for
the app that expires after a full year of usage. Any suggestions?

Thanks,
Mark

 
Reply With Quote
 
 
 
 
/_\\/-
Guest
Posts: n/a
 
      10-26-2004
Have the year from today date go through some algorithm (that can be
reversed) that will append the date to the product key.
10/26/2005 -> algorithm -> A#$DVDGF

Program reads
A#$DVDGF -> reverse algorithm -> 10/26/2005

"SouthSpawn" <> wrote in message
news: lkaboutsoftware.com...
> I am creating a web application. I would like to create a product key for
> the app that expires after a full year of usage. Any suggestions?
>
> Thanks,
> Mark
>



 
Reply With Quote
 
 
 
 
SouthSpawn
Guest
Posts: n/a
 
      10-26-2004
I kind of want to stay away from algorithms, because they can get cracked.
That's why so many software packages these days are being cracked, because
someone figures out the algorithm.

Mark

 
Reply With Quote
 
Sahil Malik
Guest
Posts: n/a
 
      10-26-2004
Nope .. the idea is - make your algorithm public and keep the key secret.
The more people look at the algorithm, the more bullet proof it will be.

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from
your reply.


"SouthSpawn" <> wrote in message
news: lkaboutsoftware.com...
> I kind of want to stay away from algorithms, because they can get cracked.
> That's why so many software packages these days are being cracked, because
> someone figures out the algorithm.
>
> Mark
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WEP/WPA Key / Network Key...Cant connect ! =?Utf-8?B?SGVsbG8sV2lyZWxlc3MgaXMgQW5ub3lpbmc=?= Wireless Networking 1 09-20-2005 08:30 PM
map.insert(key,val) vs. map[key]=val ? Patrick Guio C++ 6 10-20-2004 01:54 PM
QuickBooks Key v6.5.918 WinALL, Quicken Key v6.5.918 WinALL, Peachtree Accounting Key v6.5.971 WinALL, new ! code_fu NZ Computing 0 10-10-2004 02:26 PM
Replace Tab Key to Return Key (Enter Key) from Web Forms? M P ASP General 1 08-06-2004 08:32 AM
custom key and hasmap using a ranged key Christian Bongiorno Java 1 06-15-2004 10:03 PM



Advertisments