Decrypted licensekey
- From: "Anders Bergkvist" <anders@xxxxxxxxxxxx>
- Date: Sat, 2 Jun 2007 19:53:30 +0200
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!
.
- Follow-Ups:
- Re: Decrypted licensekey
- From: PlatinumBay
- Re: Decrypted licensekey
- Prev by Date: Re: Error accessing pages
- Next by Date: Forms Authentication - Admin Pages Outside of VS?
- Previous by thread: Re: Error accessing pages
- Next by thread: Re: Decrypted licensekey
- Index(es):
Relevant Pages
|
|