I have a software with a serial code validation. At first I thought about making a config file and storing the serial, etc there. This didn't work out well for me so I changed it to save the name, serial, and expiration in Windows registry.
It works well so far but I am afraid that users might find out about it and simply delete the entry from the registry; doing so will remove the expiration and allow them to use trial again.
What are other good places to store the user name, serial code, and expiration date?
Thanks