Hi m currently working on java security application..can you tell me how we set specific period of time for expiry of that software..ex 30 days or one year..
Hi, Actully m working on java security appication. Customer key will be generated when the Setup program is run on the Customer side. The key will be generated from the MAC Address of the Network Card. When Customer Key is provide we will generated Product key.now i want help that how we allow for licenses to be generated for a set period of time in same code???
Hi ulf i done code for java security licence.actully i created one program through which we can create one file called licece.obj, which contains current system date.i want to call this program at time of installation.and i also created one code that check whenever application runs,it will compare and check this licence file date.if number of days more than 30 program shows mssage"Please Registor application".and if number of days less than 30 appliction will forward.can you please tell me how i call this code from my security appication???
that means i created one datevalidator.java file which help us create to License file. At the time of installation i want to call this file.There is one more file authenticate.java , which take current date and compares with the license file date.
Whenever we run security application i want to call authenticate.java file.
Can't you distribute those classes with the application? Or do they contain the full security algorithms that could be used to subvert the license scheme if patched?