home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / F / PASSWORD.ARK / PASSWORD.TXT < prev   
Text File  |  1989-09-27  |  1KB  |  27 lines

  1. PASSWORD.ASM   Version 1.0
  2.  By Bo McCormick       8/6/81
  3.  This is a program that adds password protection to programs. Format:  
  4. PASSWORD
  5.  name_of_file
  6.  
  7.  Then answer the prompt with the password to be applied to the program:   
  8. Password: enter password here.  If everything goes well, the program will be  
  9. saved to disk.  If not, a message is printed and control is passed to the CCP.
  10.  
  11.  The good part of this is, when you type in the program name next time, 
  12. instead  of running the program right away, the program asks you for the 
  13. password. If  you reply with something other than the original password, the 
  14. program doesn't  run, and it returns to the ccp.
  15.  
  16. NOTES by B. Workman  2/20/85
  17.  
  18. Password works very well on all of the programs I've tried.  It is case 
  19. concious.  If you use a combination of upper and lower case or if you use all 
  20. one case, Password demands that the password is the same, forever.  I have not 
  21. had much luck in changing a password on an existing file.  One time I had to 
  22. give it both the new password and the old one to get into the file.  If you 
  23. think you ar e going to need to change passwords on the program frequently, 
  24. keep a back-up copy of the program without a password installed.  If you need 
  25. to change the password, delete the old .COM file, copy the new one onto the 
  26. disk and run Password again.  It's safer that way.
  27.