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
A Solution of Software-protection still needed ?
A Solution of Software-protection still needed ?
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: A Solution of Software-protection still needed ?
Hello Uwe,
>maybe starting with Metro-style
This would be fine haveing your tools for metro style.
Best regards,
Otto
>maybe starting with Metro-style
This would be fine haveing your tools for metro style.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: A Solution of Software-protection still needed ?
Software protection is always an issue, and there is always a need. This looks quite helpful.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Re: A Solution of Software-protection still needed ?
Can any one share nice code
Regards, Greetings
Try FWH. You will enjoy it's simplicity and power.!
Try FWH. You will enjoy it's simplicity and power.!
Re: A Solution of Software-protection still needed ?
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.
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.
Thank you
Harvey
Harvey