Page 1 of 1

A Solution of Software-protection still needed ?

Posted: Mon Apr 23, 2012 5:04 pm
by ukoenig
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.

Image

Image

Result of registering :

Image

Best Regards
Uwe :?:

Re: A Solution of Software-protection still needed ?

Posted: Mon Apr 23, 2012 8:57 pm
by Otto
Hello Uwe,

>maybe starting with Metro-style

This would be fine haveing your tools for metro style.
Best regards,
Otto

Re: A Solution of Software-protection still needed ?

Posted: Wed Apr 25, 2012 2:32 pm
by TimStone
Software protection is always an issue, and there is always a need. This looks quite helpful.

Re: A Solution of Software-protection still needed ?

Posted: Tue Sep 16, 2014 3:32 pm
by bpd2000
Can any one share nice code

Re: A Solution of Software-protection still needed ?

Posted: Tue Sep 16, 2014 8:11 pm
by hag
I have a completely different solution for registration.
Every time a customer installs the program and opens it up they will have displayed a 7 digit serial number which is randomly generated.
This means that every install generates a different serial number.
The customer then sends me their serial number. At that time I am enter the serial number in another program that I developed and it creates an unlocking code which is sent back to the user. They enter it in the space provided and then they get unlimited use of the program.
The programing was complex. It works quite well.

This prevents unlicensed copies of the program from being used.

Re: A Solution of Software-protection still needed ?

Posted: Wed Sep 17, 2014 11:44 am
by elvira
Friends,

Check it:
http://www.oreans.com/es/winlicense.php

Hope it helps!!