Re: Decrypted licensekey



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!



.



Relevant Pages

  • Decrypted licensekey
    ... <mySectionGroup> ... The licensekey is somehow a hash from the hostname (the customer are able ... domainname to check credentials. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Licensing an ASP.NET application
    ... <mySectionGroup> ... The licensekey is somehow a hash from the hostname (the customer are able ... domainname to check credentials. ...
    (microsoft.public.dotnet.framework.aspnet)