home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol5n22.zip / FREEZE.DOC < prev   
Text File  |  1987-07-30  |  3KB  |  50 lines

  1.           FREEZE                                    Jeff Prosise
  2.           Command                                    l986/No. 22
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Ensures confidentiality of in-memory data
  7.                     when it is necessary to leave a PC running
  8.                     without storing the data to a removable
  9.                     medium or encrypting it.  FREEZE temporarily
  10.                     suspends program operation, blanks the
  11.                     screen, and disables the Ctrl-Alt-Del reboot
  12.                     sequence until a user-entered password (up to
  13.                     64 characters) is re-entered.
  14.  
  15.           Format:   [filespec]FREEZE
  16.  
  17.           Remarks:  FREEZE is a memory-resident utility, normally
  18.                     loaded by an AUTOEXEC.BAT file.  After
  19.                     loading, the machine is "locked" by pressing
  20.                     Alt-NumLock and then entering the passphrase
  21.                     of choice.  The passphrase may include any
  22.                     characters except Esc and Enter.  Pressing
  23.                     the Esc key aborts password entry, and
  24.                     pressing Enter initiates the lockdown.
  25.  
  26.                     The Backspace key may be used to correct
  27.                     incidental mistakes, but care must be
  28.                     exercised, as the characters are not echoed
  29.                     on the screen during entry.  To unlock the
  30.                     machine, simply re-enter the same password
  31.                     and press Enter.  Again, the Backspace and
  32.                     Esc keys can be used to correct or abort
  33.                     password entry.
  34.  
  35.                     Notes:
  36.  
  37.                     1.   The password is never stored and may be
  38.                          changed each time FREEZE is invoked with
  39.                          Alt-Numlock.  If an attempt is made to
  40.                          load FREEZE.COM more than once, an error
  41.                          message will result.
  42.  
  43.                     2.   While FREEZE is believed compatible with
  44.                          most other memory-resident programs,
  45.                          because of the importance of data with
  46.                          which it is expected to be used, it
  47.                          should be thoroughly checked out in your
  48.                          specific configuration.  In particular,
  49.                          FREEZE should be loaded before SideKick.
  50.