Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 4 The kid - RSA algorithm is a simplified version of the RSA algorithm. Kid - RSA takes as its input four numbers a

Question 4
The kid-RSA algorithm is a simplified version of the RSA algorithm. Kid-RSA
takes as its input four numbers a, b, a1, b1. The four numbers are
converted into four values M,e,d and n , according to the following equations:
M=a*b-1
e=a1*M+a
d=b1*M+b
n=e*dM
A plaintext message P can be encrypted to an encrypted message C with
the public key (n,e) using:
C=e*P(modn).
Once encrypted, C can be converted back to P using the private key 'd'
as follows:
P=C*d(modn)
(a) if a=949,b=112,a1=524 and b1=4266, calculate M,e,d and n. Show
your working.
(b) State the public key for these values of a,b,a1 and b1.
(c) Encrypt the message 'Silver' using the public key. Show your working.
(d) Decrypt the message. Show your working.
(e) Name a simple shift cipher.
(f) Explain how the shift cipher you mentioned works, with examples.
(g) How would you go about cracking a shift cipher.
(h) Research the enigma encryption that was used in the second world war.
i. What kind of cipher was this?
ii. Compare it to the shift cipher you mentioned above
iii. Which cipher is the most secure? Why?
solve all the parts of this question
image text in transcribed

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

Recommended Textbook for

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

5. Identify the logical fallacies, deceptive forms of reasoning

Answered: 1 week ago

Question

6. Choose an appropriate organizational strategy for your speech

Answered: 1 week ago