Hey all!
I'd like to create a licensing scheme that takes
the following pieces of data and creates some
sort of unlock code for my software.
Company Name: ABC Company
Software Expiration: 8-1-2000
Records Purchased: 50,000
I'd like the unlock code to be a fixed length
unlock code that contains numbers and letters.
Something like this:
A54Fe598JKY2J39S23REW9OPI784REQSA987
When a user "unlocks" their software with a key
like the one above then it will display the 3 items
of data contained in the key on my program splash
screen.
I know a licensing scheme like this isn't perfect,
but I just want to keep honest people honest (if
you know what I mean).
I'd appreciate anyone's input on the best way to
accomplish this sort of licensing scheme or algorithm.
Thanks in advance!
Regards,
Scott
I'd like to create a licensing scheme that takes
the following pieces of data and creates some
sort of unlock code for my software.
Company Name: ABC Company
Software Expiration: 8-1-2000
Records Purchased: 50,000
I'd like the unlock code to be a fixed length
unlock code that contains numbers and letters.
Something like this:
A54Fe598JKY2J39S23REW9OPI784REQSA987
When a user "unlocks" their software with a key
like the one above then it will display the 3 items
of data contained in the key on my program splash
screen.
I know a licensing scheme like this isn't perfect,
but I just want to keep honest people honest (if
you know what I mean).
I'd appreciate anyone's input on the best way to
accomplish this sort of licensing scheme or algorithm.
Thanks in advance!
Regards,
Scott
Comment