A Solution of Software-protection still needed ?
Posted: Mon Apr 23, 2012 5:04 pm
Hello,
I created a Solution of Software-protection,
but I don't know if there is still requirement.
Otherwise, there are still other things to do, maybe starting with Metro-style.
This demo shows the functions of Registering
- Start
- GetRegistrationInfo
- Register
2 small Files are created. The Keymaker activates Shareware.exe
The Shareware Keygenerator calculates a hardwareID when it is installed.
The person who registers a program must supply this hardwareID on registration
only then can a valid key be generated.
The registration information is saved in the registry under the following key:
HKEY_CURRENT_USER\Software\<applicationname.exe>
With applicationname.exe is meant the name of the compiled program.
Use the KeyGenerator to generate registrationkeys.
Result of registering :
Best Regards
Uwe
I created a Solution of Software-protection,
but I don't know if there is still requirement.
Otherwise, there are still other things to do, maybe starting with Metro-style.
This demo shows the functions of Registering
- Start
- GetRegistrationInfo
- Register
2 small Files are created. The Keymaker activates Shareware.exe
The Shareware Keygenerator calculates a hardwareID when it is installed.
The person who registers a program must supply this hardwareID on registration
only then can a valid key be generated.
The registration information is saved in the registry under the following key:
HKEY_CURRENT_USER\Software\<applicationname.exe>
With applicationname.exe is meant the name of the compiled program.
Use the KeyGenerator to generate registrationkeys.
Result of registering :
Best Regards
Uwe