Hi!
I've written a shareware program and now i want to protect it with a
serial/date checking mechanism.
I know that in the past programmers wrote date and serial key to the registry.
But now there is the UAC and writing to registry is restricted by the UAC.
And i don't want to require administartor privilegies.
Where do programmers write this information now?
Where can i store this information whereas each user can access this information?
date, password and the UAC
Started by Charlie Chan, Jun 05 2010 07:33 AM
1 reply to this topic
#1
Posted 05 June 2010 - 07:33 AM
|
|
|
#2
Posted 24 June 2010 - 11:14 PM
Eh...you're going to have to write to the HKCU hive, which'll work for one user but not all. By the way, you don't want to store the bare date and serial key in the registry. Encrypt them or use some sort of hash, otherwise the user could just keep modifying the date and your shareware is now freeware.
sudo rm -rf /


Sign In
Create Account

Back to top









