encrypting game questions

Ben Rubinstein benr_mc at cogapp.com
Mon Jan 7 10:40:01 EST 2002


on 6/1/02 1:42 AM, Houdek, Ritch (MED) at Ritch.Houdek at med.ge.com wrote:

> Ideally the data file would be encrypted and not readable by a text editor.
> The stack would understand how to read the file and decrypt its contents.

If you just want to prevent casual reading with a text editor, and don't
need to implement high security: see the compress/decompress functions.  (Be
sure to use binary mode when reading and writing the file.)

 
  Ben Rubinstein               |  Email: benr_mc at cogapp.com
  Cognitive Applications Ltd   |  Phone: +44 (0)1273-821600
  http://www.cogapp.com        |  Fax  : +44 (0)1273-728866





More information about the use-livecode mailing list