Re: Decrypted licensekey
- From: "PlatinumBay" <stevanich@xxxxxxxxxxxxxxxx>
- Date: Mon, 4 Jun 2007 18:26:00 -0400
Anders,
Check out this post by Scott Guthrie:
http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx
which links to this article:
http://odetocode.com/Blogs/scott/archive/2006/01/08/2707.aspx
Hope this helps,
Steve
"Anders Bergkvist" <anders@xxxxxxxxxxxx> wrote in message
news:OUcWt7TpHHA.4532@xxxxxxxxxxxxxxxxxxxxxxx
Hi all, I'm about to built in a simple license handler in my ASP.NET
application:
1. I want to specify the licensekey in my web.config:
<mySectionGroup>
<myCustomConfig licenseKey="licensekey here, hashed?">
<newsProviders defaultProvider="MySQLNewsProvider">
<providers>
<add name="MySQLnewsProvider" type="MySQLNewsProvider"/>
</providers>
</newsProviders>
...
2. The licensekey is somehow a hash from the hostname (the customer are
able to type there domainname to buy and generate the licensekey)
3. Inside my code i will decrypt the licensekey and compare it with the
domainname to check credentials.
How would you make the approach?
Thank's in advance!
.
- References:
- Decrypted licensekey
- From: Anders Bergkvist
- Decrypted licensekey
- Prev by Date: Re: Forms Authentication - Admin Pages Outside of VS?
- Next by Date: Re: Forms Authentication - Admin Pages Outside of VS?
- Previous by thread: Decrypted licensekey
- Next by thread: Forms Authentication - Admin Pages Outside of VS?
- Index(es):
Relevant Pages
|