home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / iris41a.arj / LOCK.DOC < prev    next >
Encoding:
Text File  |  1991-01-25  |  1.6 KB  |  67 lines

  1.             PC-Lock V1.3-2
  2.             ==============
  3.  
  4. Overview
  5. ---------
  6.  
  7. PC-Lock allows the user of a PC to 'Lock' a DOS session, thereby inhibiting
  8. unauthorised usage of the machine during short absences such as lunchbreak.
  9.  
  10. The PC-Lock program prompts the user for a password (and re-prompts for
  11. verification), and then prevents any further use of the machine until
  12. the correct password is re-entered.
  13.  
  14. Once PC-Lock has activated (by entering a valid password and verification)
  15. there are only 2 ways to de-activate it:
  16.  
  17.     1: Enter the correct password
  18.     2: Re-boot the machine (By power-off/on)
  19.  
  20. Re-booting the machine is a rather ham-fisted way of gaining access to the
  21. machine, and will be obvious to the legitimate user, who will then investigate
  22. who has been using the machine in his absence.
  23.  
  24.  
  25. PC-Lock operation
  26. -----------------
  27.  
  28. Example:
  29.  
  30.     C:>lock
  31.  
  32.     PC-Lock v1.3-2
  33.     (c) Copyright 1991 Digital Crypto & Peter Moreton
  34.  
  35.     Lock Password> BATMAN
  36.     Verification> BATMAN
  37.     -- Session locked --
  38.     Lock timestamp: Tue Mar 13 15:35:36 1991
  39.  
  40.     Unlock Password> BITMAN
  41.     Unlock Password> BAPMAN
  42.     Unlock Password> MADBAT
  43.     Unlock Password> BATMAN
  44.     -- Session unlocked --
  45.  
  46.     3 Failed unlock attempts
  47.  
  48.     C:>
  49.  
  50. (Nb: Responses to prompts are NOT echoed, but are shown here for clarity)
  51.  
  52.  
  53. Lock v1.3 New features
  54. ----------------------
  55.  
  56. C1  Recompiled under Microsoft C v6.0 (previously v5.1)
  57.  
  58. C2  Foreign language support
  59.  
  60.  
  61. Lock v1.1 New features
  62. ----------------------
  63.  
  64. F1  PC-Lock now intercepts and disables the CTRL-ALT-DEL reboot sequence.
  65.  
  66. F2  PC-Lock now erases the screen during startup.
  67.