Post
by Mark » Tue Feb 26, 2008 1:59 pm
Hi Herbwords,
A simple alternative is to send the user a license key, which is generated from the user's name. If name and license key match, the software has been registered successfully and can be used normally. Otherwise, it should run in demo mode.
You would have a license generator + database, possibly automated. The software should have a built-in but hidden license generator, which can check whether the license entered by the user is correct or not. Obviously, f the license is correct, the software should run normally and in demo mode otherwise.
Note that eventually all license protection mechanisms boil down to a function that returns false or true. It doesn't matter whether you have a simple or compex license system, eventually there is always a function that returns a simple boolean.
Do you have an on-line registration system already?
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode