home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / bus / lock.do < prev    next >
Text File  |  2006-10-19  |  3KB  |  61 lines

  1. CLUB 100 Library - 415/939-1246 BBS,    937-5039 NEWSLETTER, 932-8856 VOICE
  2.  
  3.  
  4. LOCK.100 Documentation
  5. ======================
  6.  
  7. c1987 Jon Diercks [73327,2353]
  8.  
  9.  
  10. I know, I know, yet another password protection program.
  11.  
  12. Well, none of the other ones on the SIG did everything I wanted them to.  So,
  13. here's the one I use.  Maybe you'll want to use it too.  It is pretty good, if
  14. I do say so myself.
  15.  
  16. It's all M/L, so it's fast and uncrackable.  The only way to get past
  17. LOCK is with the password, or >The Big Chill<.
  18.  
  19. The password doesn't echo to the screen, and LOCK keeps track of how many bad
  20. tries are made to enter the system, and when the correct password is entered,
  21. the number of bad tries and the last password tried are reported.
  22.  
  23. Changing the password is made easy with LOCK's companion program, LOCKC.
  24.  
  25. Both LOCK and LOCKC are loaded by LOCK.LDR, a basic loader created with
  26. BASBLD.PW3.  <SAVE ALL IMPORTANT FILES FIRST! - just in case.>  LOCK.LDR may
  27. be erased after the first run, and LOCK.CO and LOCKC.CO should be saved to
  28. disk or tape.  The programs both run in the ALT LCD buffer at $fcc0, so they
  29. can be executed from the main menu without clearing memory first.  LOCKC
  30. is only needed to change the password, and needs not be in memory otherwise.
  31.  
  32. After running LOCK.LDR, the password is "password".  Original, huh?  LOCK.LDR
  33. runs LOCKC immediately so you can change it to YOUR password, maximum 15
  34. chars.  LOCKC first shows the old password, has you type the new one
  35. <enter or ^C or shift-break aborts the program, leaving the original password
  36. intact.>, then type it again to verify it.  Then you're returned to the menu.
  37.  
  38. From then on, whenever you want to turn off the computer, run LOCK.CO from the
  39. menu.  This turns off the computer.  When you turn it back on, you get the
  40. "keyword>" prompt.  Type the password, then enter.  If it's wrong, the prompt
  41. goes inverse and you get one more chance before the computer turns off again.
  42. If it's right, you are told if anybody else has been tinkering with the
  43. computer, and then returned to the menu.
  44.  
  45. If, by chance, you forget your password, the only way back in is to hold down
  46. CTRL-BREAK and press RESET, after which you will be zapped back to the turn of
  47. the century and all files will be lost.
  48.  
  49. M/L buffs will want to see LOCK.SRC, which contains the Custom Software ASM
  50. source for both LOCK and LOCKC.  Some of the code was borrowed from another
  51. password program that appeared in an old issue of Creative Computing.  If you
  52. have Custom Software's assembler, you can modify the source code of LOCK and
  53. reassemble <if you want a different prompt or something>.  Just make sure
  54. you leave 'pwlen' and 'pw' at the top, or LOCKC won't work.
  55.  
  56. As always, EasyPlex any questions, comments etc. to:
  57. Jon Diercks [73327,2353].
  58.  
  59. Enjoy LOCK.100.  Don't turn your M100 off without it!
  60.  
  61.