home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / crypt / 5801 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  1.8 KB

  1. Path: sparky!uunet!noc.near.net!transfer.stratus.com!ellisun.sw.stratus.com!cme
  2. From: cme@ellisun.sw.stratus.com (Carl Ellison)
  3. Newsgroups: sci.crypt
  4. Subject: Re: Exporting password protection
  5. Date: 17 Dec 1992 21:58:10 GMT
  6. Organization: Stratus Computer, Software Engineering
  7. Lines: 29
  8. Distribution: usa
  9. Message-ID: <1gqt5iINNe4v@transfer.stratus.com>
  10. References: <1992Dec17.001509.16599@rosevax.rosemount.com> <BzEwLo.DB6@jabba.ess.harris.com>
  11. NNTP-Posting-Host: ellisun.sw.stratus.com
  12.  
  13. In article <BzEwLo.DB6@jabba.ess.harris.com> mvm@epg.harris.com (Matt Mahoney) writes:
  14. >You should be able to implement password protection using a one-way
  15. >hash function instead of encryption. [...]  I would recommend the
  16. >MD4 or MD5 hash functions, which (as far as I know) are public
  17. >domain, freely exportable, and haven't been broken in spite of wide use.
  18.  
  19.  
  20. I'd consider using both MD2 and MD5 -- maybe as a cascade.  There's no
  21. reason to make this fast (so MD4 isn't called for) -- and it's better to
  22. make it slow.  The slower the code, the harder to do brute force attacks.
  23.  
  24. Note that passwords can still be guessed if they're otherwise guessable:
  25. eg., a person's name.
  26.  
  27. I recommend password sentences.  My preference is for sentences (possibly
  28. computer-generated) which are nonsense.  There are more nonsense sentences
  29. than real ones and they can be strange enough to be easy to remember.
  30.  
  31. Eg., my friend Tom VanVleck coined the following MANY years ago:
  32.  
  33.     "Light bulbs are full of water."
  34.  
  35. It shouldn't be hard to generate your own patently false sentences.
  36.  
  37. -- 
  38. -- <<Disclaimer: All opinions expressed are my own, of course.>>
  39. -- Carl Ellison                        cme@sw.stratus.com
  40. -- Stratus Computer Inc.    M3-2-BKW        TEL: (508)460-2783
  41. -- 55 Fairbanks Boulevard ; Marlborough MA 01752-1298    FAX: (508)624-7488
  42.