|
-
Aug 6th, 2000, 05:19 AM
#1
Thread Starter
Lively Member
I have just made a software with a serial number protection: it pops a menu up every minute until the user do not insert a code. The protection works this way:
The program gets some parameters from the registy like username, license nr. etc.
Then it converts these strings in numbers and put them togheter; it does some math operations and gives back a numeric code (that is, this way, machine-dependent).
Then the user has to send me this code, i apply some math operations on this and give it back to the user who has to insert it in a special field. It will be then stored in the registry. The key is veryfied every time the program starts.
Is this a good protection, in your opinion?
Thanks
-
Aug 6th, 2000, 07:17 AM
#2
Member
There are several ways to get through a code like that:
1) register 2 or 3 copies and then work out how you are calculating the pass key.
2) keep trying different numbers/letter until the code is found.
3) Hook the program and find out what strings are being passed between the exe and the vb5/6 runtime files.
4)Use some spyware to see how to bypass the code.
VB / GIS Consultant
VB6 SP4, VC++6
-
Aug 6th, 2000, 08:57 AM
#3
No matter what code you use, there's always ways to crack it (some are just a little more difficult). If you would like to try a different approach and make a 30-trial type App, you can go to http://www.activelock.com and download thier free component.
-
Aug 6th, 2000, 09:11 AM
#4
Thread Starter
Lively Member
That's me again! ;-)
Ok, so I'll not get worry about that... If someone wants really to crack my program, he'll certainly find a way! I'll go on using a "simple" protection!
Thank for your support!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|