Decrypted licensekey

  • Thread starter Anders Bergkvist
  • Start date
A

Anders Bergkvist

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top