home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / crypt / 6597 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.7 KB

  1. Xref: sparky sci.crypt:6597 alt.security.pgp:483 alt.security.ripem:83
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!linac!uchinews!msuinfo!scss3.cl.msu.edu!mrr
  3. From: mrr@scss3.cl.msu.edu (Mark Riordan)
  4. Newsgroups: sci.crypt,alt.security.pgp,alt.security.ripem
  5. Subject: Re: Zimmermann's responses to Sidelnikov's PGP critique
  6. Date: 10 Jan 1993 01:23:17 GMT
  7. Organization: Michigan State University
  8. Lines: 25
  9. Message-ID: <1intq5INNc5t@msuinfo.cl.msu.edu>
  10. References: <1993Jan9.193520.15261@news.cs.indiana.edu>
  11. NNTP-Posting-Host: scss3.cl.msu.edu
  12. X-Newsreader: TIN [version 1.1 PL6]
  13.  
  14. Marc VanHeyningen (mvanheyn@whale.cs.indiana.edu) wrote:
  15. : >I notice that one RIPEM public key in the public server file has its
  16. : >first 34 characters identical to my ripem public key. Perhaps this is
  17. : >related. It seems an unlikely coincidence, given that the two keys
  18. : #=== Documentation ===
  19. : #
  20. : #-- Explain that all keys start with a PKCS identifier, so people won't
  21. : #think RIPEM has a bug that makes all keys similar.
  22. : This probably explains much, if not all, of the similarity.
  23.  
  24. Yes, I really ought to make this point in the documentation.
  25. RIPEM uses MD5 is a pseudo-random-number generator in producing
  26. keys (both keypairs and message keys).  MD5 makes a very high-quality
  27. PRNG.  RIPEM keys are encoded according to OSI's Distinguished
  28. Encoding Rules, using PKCS identifiers.  This puts a lot of constant
  29. bytes at the beginning of the key, so a program can tell exactly
  30. what it's dealing with.  If the key format is changed in the
  31. future, RIPEM will be able to figure out that a given key was
  32. in an old format and (presumably) adjust accordingly.
  33. See the "pkcs" documents
  34. available from rsa.com.
  35.  
  36. /mrr
  37.