jebc
08-17-2004, 06:41 AM
Could anyone tell me industry best practice for how many serial numbers I should generate in the list when compiling a program? For example should I include 1000 numbers in a product and when I distributed those, compile a new version with another 1000 numbers?
I am looking for the magic number that gives some protection to the program in case a serial number gets shared and distributed illegally but that will also prevent me from having to constantly create a new application with new serial numbers. Thanks.
Jeb C
I am looking for the magic number that gives some protection to the program in case a serial number gets shared and distributed illegally but that will also prevent me from having to constantly create a new application with new serial numbers. Thanks.
Jeb C