I'm building an application, where the user needs to buy a serialkey.
But how do I structure the key?
My scenarios are:
There is a Main application, which needs to be secured by a serialkey.
Then there are different types of plugins, and they also need to be secured.
But how can I struct my keys, when the number of plugins allowed should be stricted by the serial key?
Ex. 152t6g9-rr6g4gd2d-g4r5r4hy8
Has access to the main program and plugin 4
66jgf-5tgj5ii-55f21r
Has access to the main program and plugin 2,3 and 4
And also the manin program, should be locked on the larger version numbers..
How could I achieve that?