MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to protect the Mathematica Program

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36265] Re: How to protect the Mathematica Program
  • From: Tom Burton <tburton at brahea.com>
  • Date: Thu, 29 Aug 2002 01:37:48 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

(1) To discourage alteration of the program file, save it as a binary file.
Look up DumpSave in Help.

(2) To discourage alteration of symbols within a Mathematica session, use
the Locked attributed.

(3) To finally answer your question, use the ReadProtected attribute on
symbols you would like viewers not to see.

Hope this helps,

Tom



  • Prev by Date: Transpose problem
  • Next by Date: Using a Named Pattern in a Rule
  • Previous by thread: How to protect the Mathematica Program
  • Next by thread: RE: How to protect the Mathematica Program