home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 278.lha / Password_v1.21p / password.readme < prev    next >
Text File  |  1989-08-08  |  4KB  |  79 lines

  1.  
  2. PASSWORD README NOTES                               07/29/89
  3.  
  4.  
  5. This will be complicated.  How's that statement for a program.  But it
  6. has to be complicated for security.  Making the Amiga secure is impossible. 
  7. But with work, you can make it complicated enough to discourage anyone from
  8. being able to boot your system.  Actually booting the system is easy, but if
  9. you set your system up properly using this password program, you will need
  10. the correct password to obtain full access to the Amiga.
  11.  
  12. To really install this program correctly, you need to be quite familiar with
  13. the CLI and your startup-sequence.
  14.  
  15. This program can be better, but then it loses portability to every Amiga. 
  16. My personal version of the program contains all of my startup-sequence in
  17. system calls.  In fact, even the command to mount my hard-drive is in the
  18. password program.  This way, if someone tries to boot my system without
  19. knowing the password, they must know how to mount the hard-drive too.
  20. I've got a few other traps worked out which will be described later.
  21.  
  22. I have not included the source code to this program like I have with
  23. everything else I've ever uploaded.  This is my most complicated program,
  24. yet for security reasons, I won't release the source.  I have worked out a
  25. good algorithm for the password encoding and don't want to just give it
  26. away.
  27.  
  28. Install the program and change the password.  View the password file.  It
  29. looks like a bunch of garbage.  Then change the password to something else
  30. and then back to the original password.  View the file again, it's
  31. different!
  32.  
  33. Since I wrote the program and am very familiar with CLI and batch files, I
  34. can think of many ways to get around the program (which I won't totally
  35. describe).  But real knowledge is required to circumvent the program, do
  36. your kids or wife or friends have this knowledge?  
  37.  
  38. There is a back-door into this program.  There is a maintenance password
  39. that will always work no matter if the user password is known or not.
  40. This means that if anyone else has these documents, they have the
  41. maintenance password and access to your computer.  See password.doc for
  42. more information on the maintenance password.
  43.  
  44. If you want a really secure version (as secure as it can get), you will need
  45. a custom version for your particular application.  Your entire startup-
  46. sequence needs to be incorporated in the password program using system
  47. calls.  You will also get a unique maintenance password of your choice.  
  48. This can be quite effective if you have a hard-drive and don't auto-boot.
  49.  
  50. For a custom version of the program send $25 and a blank disk or $30
  51. without a disk.  I will need a copy of your startup-sequence(s) and what
  52. your want your maintenance password to be.  Please include your telephone
  53. number in case I have any questions about your requirements.  I will write
  54. you a custom version of the program and mail it back to you.  If you have
  55. any questions about this before sending any money, just contact me.
  56.  
  57. If there is any interest, future releases will be more like the UNIX version
  58. of passwd.  The user will be required to enter a login and then a password.
  59. This will allow the system administrator (you) to log every persons use
  60. of the computer by login.  Each user will have their own unique changeable
  61. password.  This will provide one more level of security.
  62.  
  63. Good luck, and feel free to contact me if you need any help getting setup.
  64.  
  65.  
  66.  
  67.                         George Kerber
  68.                         19756 E. Linvale Drive
  69.                         Aurora, CO  80013
  70.                         303-620-2027
  71.  
  72.                         Compuserve: 74010,2132
  73.  
  74.  
  75. FYI:  I recently got divorced and discovered that my wife had been in my
  76.       computer deleting files and gathering information.  Although she no
  77.       longer has access to my computer, no one else will ever use my 
  78.       computer without my permission or against me....
  79.