Secure an Application/Software by expiration with Date?
Posted
by
JNL
on Programmers
See other posts from Programmers
or by JNL
Published on 2013-06-27T13:55:14Z
Indexed on
2013/06/27
16:28 UTC
Read the original article
Hit count: 619
I have been working on some software application and I update them every 6 months. Currently, the way I track the date is by extracting the date from the system when the user installes the application, encrypt it and store it in a file locally. Whenever the application is started, it checks if 6 months have passed, then it works or it doesn't, in which case it shows an error message telling the user to update.
I wonder whether there is a better way to do this.
Any comments or suggestions would be highly appreciated
© Programmers or respective owner