home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / ADC_TP3.ZIP / PASS.DOC < prev    next >
Encoding:
Text File  |  1987-03-02  |  2.6 KB  |  56 lines

  1.                          PASS
  2.            A Turbo Pascal Password Program
  3.                      Version 3.1
  4.  
  5. I call this PROTECTWARE in hopes it will give your system more security.
  6. Please copy this program freely.
  7. Call my RBBS for the latest at (203) 875-3647
  8.  
  9. You should have recieved in an ARC file format a .COM, .PAS, and .DOC
  10. of PASS plus the file PASSINT.COM.
  11.  
  12. Revisions from version 2.0 and 3.0:
  13.   -SIREN.PAS has now been included in the main source code, no longer
  14.    called in as an include file.
  15.   -Most of the source code has been re-arranged for better running and
  16.    readablity.
  17.   -The file PASSINT.COM has been written to install a password in the
  18.    file PASS.FIL.  You do not need to change the password in the source
  19.    code, in fact there is no provision for a source code based password.
  20.    YOU MUST RUN PASSINT.COM BEFORE TRING PASS.COM.
  21.   -Code has, of course, been added to load in the password from PASS.FIL.
  22.   -The user cannot use Ctrl-Break to break out of the program(done with
  23.    the compiler option {$C-}.
  24.   -Revisions from 3.0 are small.  I just put more comments in and removed
  25.    the request for a donation.
  26.  
  27. How to implement PASS:
  28.       - You must first run PASSINT.COM to set your password. -
  29. PASS, is not the safest way to protect your system.  All a person has to do
  30. is put a disk that does not have PASS in drive 'A' and boot the computer.
  31. But, it's better than nothing.  The best way to load it is with the
  32. AUTOEXEC.BAT file.  When loaded, you will see only the cursor in the home
  33. position.  When you type the password, you will not see anything except
  34. the cursur moving across the screen.  This is done with the TextColor(0)
  35. command in Turbo.  When you press return, you will either hear the siren,
  36. or see the screen clean (nothing to clear) and display some information
  37. on PASS.  I have run into a problem that when the program finishes, the
  38. display goes to Color(0), to get around this type 'CLS' when the program
  39. finishes.
  40.  
  41. Later versions:
  42.   -Routine to lock up the keyboard after three tries(including CTRL-ALT-DEL).
  43.   -Have an option that the password be the date.
  44.   -Save in the PASS.FIL the dates and times of PASS running to see if any
  45.    unauthorized use has occured.
  46.  
  47. Thanks:
  48. I would like to thank Borland International for such nice programs as
  49. Turbo Pascal, Sidekick, ect.  I would also like to thank my brother who
  50. taught me Pascal and his own language.
  51.  
  52. Hope you like the program, I sure do.
  53. Look for other programs for me, if you want the first information on my
  54. stuff again, call my RBBS-PC at (203) 875-3647.
  55.  
  56.