shareware/demoware

Richard Gaskin ambassador at FourthWorld.com
Sat Jun 15 10:12:13 EDT 2002


> Here's the main problem I see with all of this.  No matter what you do to
> try to protect your software, unless you've actually compiled it into
> machine code, it has 1 major flaw for security...
> 
> Open your MetaCard/RunRev stack up in a text editor and you can then access
> all of the scripts.

Just use Trancript's built-in script encryption:

to lock:
  
  set the passkey of stack <stackname> to <string>

to temporarily unlock while working on it:

  set the password of stack <stackName> to <string>

To remove the passkey just set it to empty.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Custom Software and Web Development for All Major Platforms
 Developer of WebMerge 2.0: Publish any Database on Any Site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the use-livecode mailing list