home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / crypt / 2722 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Xref: sparky sci.crypt:2722 comp.security.misc:784
  2. Newsgroups: sci.crypt,comp.security.misc
  3. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!news!nntpd.lkg.dec.com!nntpd.lkg.dec.com!engholm
  4. From: engholm@nodule.lmo.dec.com (Larry Engholm)
  5. Subject: Re: choosing passwords (was: Re: Crypt should be based on MD5)
  6. In-Reply-To: freitag@tpki.toppoint.de's message of Sun, 19 Jul 1992 21:30:45 GMT
  7. Message-ID: <ENGHOLM.92Jul23012833@nodule.lmo.dec.com>
  8. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  9. Organization: Digital Equipment Corp, Marlboro, MA
  10. References: <1992Jul12.093017.20528@nntp.uoregon.edu>
  11.     <NL3uNB2w165w@elrond.toppoint.de>
  12.     <1992Jul19.213045.7286@tpki.toppoint.de>
  13. Date: Thu, 23 Jul 1992 06:28:33 GMT
  14. Lines: 13
  15.  
  16. In article <1992Jul19.213045.7286@tpki.toppoint.de> freitag@tpki.toppoint.de (Claus Schoenleber) writes regarding the ISBN checksum:
  17.  
  18.            / 10         \
  19.           /  __          \
  20.    c = 11 -  (   \   a  * i   )  mod 11
  21.           \  /_   i      /
  22.            \ i=2        /
  23.  
  24.    >If c = 10, then take letter 'X' instead.
  25.  
  26. So what if the sum mod 11 is 0, and therefor c=11?  Is 'Y' used?
  27.  
  28. This algorithm implies that c can't be 0.  (Maybe 0 is used for 11).
  29.