home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / crypt / 5194 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.4 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!news.cs.bham.ac.uk!mother!jwh
  2. From: jwh@cs.bham.ac.uk (James "wibble" Hawtin)
  3. Newsgroups: sci.crypt
  4. Subject: RSA-PGP help
  5. Message-ID: <By5r7y.EIL@cs.bham.ac.uk>
  6. Date: 23 Nov 92 07:23:58 GMT
  7. Sender: news@cs.bham.ac.uk
  8. Reply-To: jwh@cs.bham.ac.uk
  9. Organization: School of Computer Science, The University of Birmingham, UK
  10. Lines: 29
  11. Nntp-Posting-Host: mother
  12.  
  13. I am interested in obtaining a standard RSA compatable key, I only have access to PGP
  14. I have managed to get it to display its calculations :-
  15.  
  16. 256bit calculation.
  17.  
  18.  modulus n = 2E0574EB 8331D378 71B184F5 1AE02817 
  19.              9EB9113C 366AE339 82549484 74125977 
  20. exponent e = 00000011 
  21. exponent d = 103E2944 102FB40C 645CC583 AF21F008 
  22.              093EA014 A60689FC 56931557 4A36C7D1 
  23.    prime p = 63BB6D2D 38765E6E 5930457A C52DD959 
  24.    prime q = 76218929 D237532A DE839292 5C9E9F4F 
  25.  inverse u = 6A3CD1F9 36DF2A5E 871C4456 3E785001
  26.  
  27. However I am not sure have have got the meaning of the numbers correct..... 
  28.  
  29. In standard RSA, 3 things are used general modulus, public key and private key
  30.  
  31. so does :-
  32.  
  33. n = the general modulus
  34. d = public key
  35. u = private key 
  36.  
  37. When I use n, d & u in a standard power modulus algorithm it does not work ;-(
  38. What to I have do do to transform this data into the standard RSA numbers? I know PGP takes some short cuts but have a made a mistake in my calculation or am I using the wrong numbers?
  39.  
  40.  
  41.                 James.
  42.