vb.net Timebomb (trial timebomb with expiration)

L

larry mckay

Does anyone know how to develop or code a timebomb in vb.net that uses
either the registry or something else that would be take a fair amount
of time to hack.
I'm developing an application that I'm trying to prevent users from
distributing it after a particular time expires and I do not want for it
to be obvious for them to detect the timebomb or how to hack it.
 
L

Lars Netzel

Place it in the registry and encrypt it! Encryption will get most
"begginers" to stop hacking

/Lars
 
C

CT

In addition to Lars' reply, place it in a key with a name that won't make it
to easy to recognize, if a user uninstalls it and wants to re-install to
have another trial period (if that's what you want, that is...<g>)
 
H

Herfried K. Wagner [MVP]

* larry mckay said:
Does anyone know how to develop or code a timebomb in vb.net that uses
either the registry or something else that would be take a fair amount
of time to hack.
I'm developing an application that I'm trying to prevent users from
distributing it after a particular time expires and I do not want for it
to be obvious for them to detect the timebomb or how to hack it.

I am not 100 % sure if it's possible with .NET's licensing mechanisms,
but have a look here:

<URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp>
<URL:http://windowsforms.net/articles/Licensing.aspx>
 

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

Top