> 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
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to