Next: Enciphering Messages
Up: Modern Cryptology
Previous: RSA Public-key Cryptosystem
To set up the RSA system we need to do the following:
- 1.
- Choose two very large prime (no nontrivial factors) numbers p and q (in this case they have 64 and 65 digits). RSA did not tell
us what these are, because they form the ``hidden key.''
- 2.
- Form the product n=pq. This is the first part of the ``public
key'', and this is the 129-digit number now known as RSA-129:
- 3.
- Randomly choose a moderately large positive integer e which is
relatively prime to
(p-1)(q-1). RSA gave us this number as
e=9007; the pair (n,e) are the complete public key.
David J. Wright
1999-11-19