Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bob sent Alice an encrypted message. The message consists of 3 words. In each word, Bob encoded the letters as follows: A = 01, B

Bob sent Alice an encrypted message. The message consists of 3 words. In each word, Bob encoded the letters as follows: A = 01, B = 02, C = 03, ..., Z = 26. The he wrote the codes next to each other to form a number that represent the word. For example, the word WE is encoded as: 2305 since it consists of 2 letters W=23 and E=05.

After encoding, Bob encrypted each encoded word with RSA using Alice public key(pq, e) where p=100000007, q=10000019, e=13. Alice received the following 3 encrypted words from Bob:

451095483713115

570203572152011

958266071840609

She used here RSA private key (d) to decrypt the message. The first word of the message that Bob sent was: WE.

Q1. What is the private key d? (enter you answer as an exact number)

Q2. What is the second word of the message that Bob sent to Alice? (enter you answer as one word)

Q3. What is the third word of the message that Bob sent to Alice? (enter you answer as one word)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Identify the different methods employed in the selection process.

Answered: 1 week ago

Question

Demonstrate the difference between ability and personality tests.

Answered: 1 week ago