Question

Perform encryption using the RSA algorithm. Given p=5, q=11, e=3, M=9, determine the following: modulus n...

Perform encryption using the RSA algorithm. Given p=5, q=11, e=3, M=9, determine the following:

modulus n =  , t =  , private key d =  , ciphertext c =

(Note: Choose the smallest value "d" that works)

If M is changed to M=40, the new ciphertext value becomes c =

0 0
Add a comment Improve this question Transcribed image text
Answer #1

In RSA,

n = p x q = 5 x 11 = 55

It is given that e = 3

We have to choose private key d such that

Here d is the multiplicative inverse of e

d = 27 satisfies the condition

So d = 27

Now the public key is (e,n) = (3,55)

Private key is (d,n) = (27,55)

Now M = 9

c = Me mod n = 93 mod 55 = 14

So c = 14

Now if M = 40

c = Me mod n = 403 mod 55 = 35

So c = 35

Add a comment
Know the answer?
Add Answer to:
Perform encryption using the RSA algorithm. Given p=5, q=11, e=3, M=9, determine the following: modulus n...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT