Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all,

I need to include time bomb for windows application for certain period of time (whereby the user either change the date to post-dated date it still blocked the application and only can be install in 4 PC only) and want to encrypt my data in mySQL. can u guys help me for these matters?

Thank you all..Really appreciate your help.
Posted
Updated 6-May-10 22:01pm
v2

You want a Time-Bomb where a User can choose to Detonate it by changing the date to a post-dated date and only works on 4 PC's around the world with additional encryption on your data in a MySQL database?

What are you trying to do? Making bombs explode is not really included with the .NET framework but you could look up some custom libraries?
 
Share this answer
 
Nope Jordy..Im not making real time bomb.. im tryin to windows application that have certain trial period after that the application will be locked and unable to be used.. and only applicable for 4 PC... :doh:
 
Share this answer
 
Comments
Jordy "Kaiwa" Ruiter 7-May-10 5:13am    
Thats a way better explanation, thank you. Just make it more clear next time please :)
You need configuration file all ur desire check will remain there when application load read that file and respond according to conditions.
 
Share this answer
 
There are 3rd-party libraries available to add the time-bomb functionality.

The only way you can restrict it to four PCs is to have the application "phone home" when the application is started. Of course, there's really no way to restrict the number of PCs if the user is especially savvy regarding the methods used to identify a PC, so you're going to have to have them "regsiter" with one of four allowed keys that are stored on a remote database server (that you control).

There are too many things to talk about to qualify this as a "quick answer".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900