|
| Iniciado por thenightblogger, 19,dic. 2007 09:38 - 12 respuestas |
| |
| | | |
|
| |
| Publicado el 19,diciembre 2007 - 09:38 |
I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 10:03 |
You've searched the forum already ? There are a lot of postings concerning this subject.
Regards,
Teun.
>I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
>Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 10:04 |
Cracking an unencrypted exe is a fairly trivial exercise, so you'd probably best look at some form of encrypting packer/wrapper package for the encryption side of things. There are literally dozens of decent decompilers available to decompile back to machine language, or even back to vb, delphi, c# in the case of .net, or plain old java source.
I've used MoleBox, which works well with WinDev, providing you configure it correctly, and have created my own algorithm for generating a key-based licensing system.
Hope this helps.
Will.
>I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
>Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 10:49 |
Hi,
1 - most 'envelope'-type protection systems do not work with WinDev. Many of them just SEEM to work, but will cause bad crashes in the field.
>Cracking an unencrypted exe is a fairly trivial exercise,
2 - just for the fun of it - give it a try! You'll soon detect that cracking WinDev's p-code is a non-trivial exercise. Simply, it doesn't need any encryption. And if one's not as silly as to put vital licensing info into unencrypted strings (use Crypt / Uncrypt !) he'll have enough protection. Remember, you need protection that's just a bit more expensive to the cracker than buying the program. WinDev programs usually are not the type of programs distributed by the hundreds of thousands and are not meant for the public like Photoshop, MS-Office .. so, most times interest in cracking WinDev software will be rather low.
3 - no standard decompiler will work with WinDev programs. Again, it's p-code and NOT compiled / decompilable machine code. Ok, many parts (runtime) of it indeed are machine code, but not the program. However, a hacker would want to crack the program itself, either to retrieve source code (impossible with WinDev) or to bypass a protection scheme (dongle, licensing info).
Guenter
Cracking an unencrypted exe is a fairly trivial exercise, so you'd probably best look at some form of encrypting packer/wrapper package for the encryption side of things. There are literally dozens of decent decompilers available to decompile back to machine language, or even back to vb, delphi, c# in the case of .net, or plain old java source.
>I've used MoleBox, which works well with WinDev, providing you configure it correctly, and have created my own algorithm for generating a key-based licensing system.
Hope this helps.
>Will.
I'm looking for a good protection scheme for my product
>>I want to generate a serial number (like the 25 digits code you find on MS Office)
Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
>>Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 14:50 |
http://www.ionworx.com/
We used serialshield since many years and it's perfect to protect software. Every software can be cracked , serialshield too but our software have never be cracked since 5 years.
After you buy it, if you need some help or code example, tell me
Claude B. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 15:43 |
There is a component called "Limits - Sources" which will give you basic functionality. Its not the best, but it works fine once implemented.
For some sample source drop me an email.
>I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
>Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,diciembre 2007 - 17:43 |
Hello Marco,
We covered this at the windevcon and Fabrice is selling the the course. There is a class that comes with it on protection that you can modify to fit your needs.
you might want to check it out
http://fabriceharari.com/windev/windev_VideoCourses.htm
>I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
>Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,enero 2008 - 20:03 |
Take a look at Armadillo (www.siliconrealms.com). It protects your final EXE with many options and I've been using it for 10 years.
Luiz Menezes
L.A.G.M.
>I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
>Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | |
| |
| Publicado el 17,octubre 2008 - 01:02 |
Hello I tryed armadillo ( software passport) but does not work Anyone is using with specials parameters inside or something special many thanks Antonio |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,marzo 2011 - 23:27 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 02,febrero 2016 - 22:09 |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 4 mensajes |
|
| Publicado el 02,febrero 2016 - 22:13 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 21,noviembre 2019 - 18:29 |
Ben a écrit :
There is a component called "Limits - Sources" which will give you basic functionality. Its not the best, but it works fine once implemented. For some sample source drop me an email. I'm looking for a good protection scheme for my product
I want to generate a serial number (like the 25 digits code you find on MS Office)
Is there a safe way to create a key generator in Windev 11 without having the risk of someone creating a crack (a key gen for it)
Some tips & advices will be welcome here,I don't want to use a dongle to protect our application |
| |
| |
| | | |
|
| | | | |
| | |
|