RSA is a common algorithm used to generate Asymmetric keys

Question # 00850078 Posted By: wildcraft Updated on: 01/30/2024 04:25 AM Due on: 01/30/2024
Subject Computer Science Topic General Computer Science Tutorials:
Question
Dot Image

RSA is a common algorithm used to generate Asymmetric keys. Let’s look at an example using two small prime numbers.

Let p = 3 (The 1st prime number)

Let q = 11 (The 2nd prime number)

Now compute N = p X q = 33

Compute z = (p -1)(q-1) = (3 – 1)(11 – 1) = 20

Now pick a number e such that 1 < e < z (e has to be prime)

Pick E = 7

Now compute

(D x E) mod Z ) = 1 (Pick some number d). An example for d = 3

(3 x 7) mod 20 = 1 (Satisfies the equation)

The keys are:

                (D, N)

                (E, N)

And in our case

                Encryption Key = (3, 33)

                Decryption Key = (7, 33)

Now for this discussion, you are going to use two prime number p and q and find the following

  1. N
  2. Z
  3. D
  4. Now PICK E
Dot Image
Tutorials for this Question
  1. Tutorial # 00845550 Posted By: wildcraft Posted on: 01/30/2024 04:26 AM
    Puchased By: 2
    Tutorial Preview
    The solution of RSA is a common algorithm used to generate Asymmetric keys...
    Attachments
    RSA_is_a_common_algorithm_used_to_generate_Asymmetric_keys.ZIP (18.96 KB)

Great! We have found the solution of this question!

Whatsapp Lisa