|
| Generating a serial key with WD10 |
| Iniciado por thenightblogger, 26,mar. 2007 08:37 - 5 respuestas |
| |
| | | |
|
| |
| Publicado el 26,marzo 2007 - 08:37 |
Is there any features which help generating a serial key (used as a software proctection) I want to generate the key based on a User name and address and with the Version of the software ie : Keyxxx for version 1.xx will not work when used on version 2.xx, and version 3.xx This would be an incentive for my users to pay for the upgrade Has anyone implemented such a protection scheme in Windev? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 26,marzo 2007 - 13:56 |
Other question : Do you believe we could try working on our first product within one or two month, or it would take more than to learn and self-train to this dev tool |
| |
| |
| | | |
|
| | |
| |
| Publicado el 26,marzo 2007 - 23:53 |
Hello Joel...
skype:fabriceharari?add
Joel Mathurin wrote:
Is there any features which help generating a serial key (used as a software proctection) I want to generate the key based on a User name and address and with the Version of the software ie : Keyxxx for version 1.xx will not work when used on version 2.xx, and version 3.xx This would be an incentive for my users to pay for the upgrade Has anyone implemented such a protection scheme in Windev?
You can very easily do that... Just build a string with the information you want to use for protection, encrypt it using the crypt method, then store it somewhere and compare it randomly in your application
Nothing to it...
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
More information on http://www.fabriceharari.com |
| |
| |
| | | |
|
| | |
| |
| Publicado el 26,marzo 2007 - 23:53 |
Hello Joel...
skype:fabriceharari?add
Joel Mathurin wrote:
Other question : Do you believe we could try working on our first product within one or two month, or it would take more than to learn and self-train to this dev tool
It mainly depends of what your application will do... There 's no ay of telling how long it would take to develop otherwise... It also depends on how fast you learn 
Best regards -- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
More information on http://www.fabriceharari.com |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,abril 2007 - 18:35 |
Joel,
I did some routines that controls de modules installed (max 20), the version, owner name, program name, number of simultaneous copies running in the lan, serial, level of use, expiration date (optional). Your application can be run without register it and will begin as DEMO. When your client ask your for the activation (and pay), you send him an activation code and the date of generation of that code (expires in 5 days). The routines check only the first part of the version 1.01.00 = 1.02.05, this make possible to upgrade into the same version. Any data that is going to be changed requires the activation code been regenerated.
You can contact me in my email. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2017 - 03:07 |
| |
| |
| | | |
|
| | | | |
| | |
|