home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / pw63.arj / PW.DOC < prev   
Encoding:
Text File  |  1992-05-04  |  12.0 KB  |  248 lines

  1.                       ┌──────────────────────────┐
  2.                       │  THE PW PASSWORD SYSTEM  │
  3.                       │       Version 6.3        │
  4.                       └────────────┬─────────────┘
  5.                  ┌─────────────────┘
  6.                  v
  7.              Features:
  8.  
  9.                 1.  100% Assembly Language
  10.                 2.  15 character password
  11.                 3.  Password is case insensitive
  12.                 4.  Password is not displayed on the screen
  13.                 5.  The password and user info are encrypted
  14.                 6.  Ctrl-Alt-Delete reboot sequence is disabled
  15.                 7.  The System is disabled after 2 invalid attempts
  16.                 8.  Access logging, with option of hiding Log file
  17.                 9.  Optional screen blanking (3 min. timeout)
  18.                10.  Optional Clock & Log time stamp format (12/24hrs)
  19.                11.  Optional audible alarm, to alert those nearby
  20.                12.  Optional Norton Utilities style Exploding windows
  21.                13.  Easy to use Setup Menu to set Passwords, Options
  22.                14.  Owner identification feature, great for laptops!
  23.                15.  Pklite compatible
  24.  
  25. ==============================================================================
  26.  
  27.                            PROGRAM OPERATION
  28.                            -----------------
  29.  
  30.         Hello, and welcome to the PW password program.  As you have
  31. probably noticed by now, this program is extremely easy to use and needs
  32. very little explanation.  I'll just give a quick rundown on how to start
  33. and setup the program.
  34.  
  35.         First, there isn't a default password.  You'll have to go to the
  36. Setup Menu to set a password.  So now, lets get the program up and
  37. running by typing: PW  <Enter>.  If the program has never run before, a
  38. Menu will pop up telling you that the Password is Not Installed along
  39. with two selections to choose from.  If you would like to return to DOS
  40. you can press the down arrow to move the bar to the Return to DOS
  41. selection and then press the Enter key, or just press the Escape key to
  42. return to DOS.  But for now, we would like to Setup a password and a few
  43. options so we'll just press the Enter key and go to the Setup Menu.
  44.  
  45.         Here you'll have six options: Setting a password, Setting
  46. Options, User identification, View the disk logfile, Exiting the Setup
  47. Menu, and Returning to DOS.  NOTE: You cannot exit the Setup Menu unless
  48. a password has been set.  If you try, you will receive an Error message.
  49. Ok, lets set a password.  With the selection bar on Enter a password,
  50. press the Enter key.  A small window will pop up prompting you to enter
  51. a new password.  If you would like to not enter a password at anytime,
  52. just leave the line blank and press the Enter key.  Note: If you make an
  53. error while entering your password choice, press the Escape key and the
  54. entry will be cleared (the backspace key also works).  Now type in a
  55. password of your choice and carefully check it over to make sure it's
  56. right.  When your satisfied, press the Enter key to save the password.
  57. You will be returned to the Setup Menu.
  58.  
  59.         Now let's set some options.  Press the down arrow to move the
  60. bar to the Set Options selection and press the Enter key.  The Options
  61. Menu will pop up.  Anytime that you would like to Quit the Options Menu
  62. without saving anything, press the Escape key and you will be returned
  63. to the Setup Menu.  Now, let's say that you want to set the options of
  64. Logging Unauthorized attempts to a disk log file, having the screen
  65. clock & Log time stamp appear in 24 hour format, enabling the audible
  66. alarm, and also have some personal user identification appear on the
  67. screen just incase your computer is ever stolen or misplaced.  You would
  68. just press any of the (up, down, page up, page down, home, end) keys to
  69. move the selection bar to your choice and then press the Space Bar to
  70. toggle the selections.  A small check mark will appear next to your
  71. selections.  When you are done, press the Enter key to Save your choices,
  72. or press the Escape key to cancel.
  73.  
  74.         Ok, were now back at the Setup Menu.  Lets now choose the User
  75. Identification selection.  Here all you have to do is enter some
  76. personal info as you see fit.  You can move between the selections with
  77. the same arrow keys as before.  When done, press Enter to Save or ESC to
  78. cancel.  You will automatically pop back to the Setup Menu.
  79.  
  80.         The next selection on the setup menu is the logfile viewer.
  81. Here you can effortlessly browse through the logfile that been recorded
  82. to disk by using the (up, down, page up, page down, home, end) keys.
  83. Also, when you feel that the logfile is getting to large to manage, you
  84. can always press the Delete key which will then prompt whether or not to
  85. delete the logfile.  Pressing (y or Y) will delete the logfile.  Escape,
  86. (n or N), or Enter will cancel.  Also, it does not matter what
  87. attributes have been set to the logfile, it will be deleted.
  88.  
  89.         Let's now Exit the Setup Menu and get to the main screen (the
  90. screen which you will now see first whenever you run PW).  Here you'll
  91. see a brief warning message meant to deter Unauthorized users, and you
  92. have two selections: Enter Password or Setup Menu.  If you would like to
  93. return to the Setup Menu, move the selection bar and press the Enter
  94. key.  You will notice that you now have to enter your password in order
  95. to return to the Setup Menu.  Type in your password (Dots will echo to
  96. prevent onlookers from seeing your password) and press Enter.  If you
  97. entered your password in correctly you will be returned to the Setup
  98. Menu, and if not,  returned to the main screen.  Ok, let's return to the
  99. main screen and press the Enter key to enter our password. Note that we
  100. will have only two attempts at entering the correct password, or else
  101. the system will be disabled and the alarm will sound.  Go ahead and enter
  102. your password and press the Enter key to return to the DOS prompt.
  103.  
  104.         And there you have it.  All that's left to do is start up your
  105. favorite text editor and place the letters  PW  as close to the top of
  106. your AUTOEXEC.BAT file as possible.
  107.  
  108.         EXAMPLE:        @ECHO OFF
  109.                         PW
  110.                         PATH=C:\DOS
  111.                         PROMPT $P$G
  112.  
  113. ==============================================================================
  114.  
  115.                              ERROR MESSAGES
  116.                              --------------
  117.  
  118.   1.  Unsupported vidio mode
  119.  
  120.         PW.COM supports both Color and Monochrome 80 x 25 display modes.
  121.         40 x 25 display modes are not supported.
  122.  
  123. ==============================================================================
  124.  
  125.                               UPDATE NOTES
  126.                               ------------
  127.  
  128.   Version                      Remarks
  129.  
  130.   1.1           Initial Release of PW device driver password system.
  131.                 3-23-91 11:08p
  132.  
  133.   1.2           New procedures added: ability to backspace to correct
  134.                 errors, and System lock, to disable the system after 3
  135.                 attempts at the password.
  136.                 4-21-91 12:40a
  137.  
  138.   2.0           New procedures added: to clear the entire password entry
  139.                 with the press of the Esc key.  Minor code improvements.
  140.                 4-22-91 12:00a
  141.  
  142.   2.1           Improved string procedures for added speed.  Install
  143.                 program now checks for a 2.0 minimum DOS version.
  144.                 5-05-91 2:00p
  145.  
  146.   3.0           Remove the default password.  Improved the System lock
  147.                 Procedure.  Install program now checks over the PW
  148.                 driver to determine it's version before modifying it.
  149.                 Also maintains the PW drivers file date / time, and
  150.                 attributes.  Will install a PW driver file without
  151.                 regards to the attributes to which the file may have
  152.                 been set.
  153.                 5-12-91 12:00p
  154.  
  155.   3.1           Minor bug fix of version 3.0.  Due to a typing error in
  156.                 the Ctrl-Break disable procedure, the Ctrl-Break vector
  157.                 would not be properly restored.  Fortunately DOS
  158.                 apparently takes care of this, and therefore the program
  159.                 still functions.  I thought that I should correct this
  160.                 error nevertheless.
  161.                 5-14-91 12:00p
  162.  
  163.   4.0           New procedures added: Optional logging to a disk file of
  164.                 Authorized / Unauthorized entries.  Option of setting
  165.                 Hidden attributes to the log file.
  166.                 5-22-91 12:00p
  167.  
  168.   4.1           New procedure added: Optional time format of the log
  169.                 file time stamp (12 or 24 hours).
  170.                 5-27-91 12:00p
  171.  
  172.   4.2           New procedures added: String procedures now write
  173.                 directly to screen memory for added speed.  Added
  174.                 Bordered windows, with shadows.  Also a Warning
  175.                 background screen.
  176.                 7-06-91 12:00p
  177.  
  178.   4.3           An unreleased version
  179.                 7-14-91 12:00p
  180.  
  181.   4.4           New procedures added: New appearance, added the Day,
  182.                 Month, Year to the screen.  Added a 12/24 hour on screen
  183.                 clock.  This version was a premature release, uploaded
  184.                 only to the Computer Connections BBS.
  185.                 7-20-91 12:00p
  186.  
  187.   5.0           New procedure added: The Ctrl-Alt-Del reboot sequence
  188.                 now disabled.
  189.                 7-20-91 12:00p
  190.  
  191.   5.1           Minor code improvements.  Last version in the Device
  192.                 Driver format.  Uploaded only to the Computer
  193.                 Connections BBS.
  194.                 7-24-91 12:00p
  195.  
  196.   6.0           Converted to a COM file format for increased flexibility
  197.                 and ease of use.  Added a 3 minute timeout screen
  198.                 blanker.
  199.                 7-25-91 12:00p
  200.  
  201.   6.1           New procedures added: New appearance.  Exploding
  202.                 windows.  F1 key copyright screen added.  An audible
  203.                 alarm to announce a syslock condition.  Bug fix of the
  204.                 version 6.0 screen blanker (would not work on the MDA
  205.                 vidio adaptor).
  206.                 8-01-91 12:00p
  207.  
  208.   6.2           Now PW.COM is an entirely self contained program, with a
  209.                 complete Setup Menu.  Major code improvements added:
  210.                 Password controlled Setup, Options Menu with selection
  211.                 bar.  Exploding window's coding significantly improved.
  212.                 Improvement of the syslock alarm.
  213.                 8-18-91 6:20a
  214.  
  215.   6.3           These improvements took about 1 week to complete.  Just
  216.                 haven't had the time to fool with it.  Now includes an
  217.                 auto identification feature (Read a message on the BBS
  218.                 that someone was looking for a password program that
  219.                 they could enter in their name, company, phone).  Also
  220.                 added a logfile viewer, changed configuration and
  221.                 improved some coding.  Now Pklite compatible.
  222.                 5-4-92 6:30a
  223.  
  224. ==============================================================================
  225.  
  226.                               AUTHOR NOTES
  227.                               ------------
  228.  
  229.                 This program is intended only to keep out the average
  230.         computer user or non-user.  If you anticipate a more experienced
  231.         user breaking into your system, there are programs available
  232.         that will prevent a floppy boot and can be used in combination
  233.         with this program with excellent results!  (I.E. SECUR105.ZIP)
  234.  
  235.         If you find this program useful, please send $1 to the below
  236.         address.  Source code is available on floppy disk for $10
  237.         (specify either 3½ or 5¼ disks).
  238.  
  239.         Lonnie L. Logue
  240.         9231 Goldenrod Lane
  241.         Upper Marlboro, MD 20772
  242.  
  243. ==============================================================================
  244.  
  245. PW Version 6.3  May 4th, 1992
  246. (C) Copyright 1992 Lonnie L. Logue
  247.  
  248.