Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

RSA is a methodology to send and read secure messages via encryption and decryption. This is the paradigm. Alice wants to send a message M

RSA is a methodology to send and read secure messages via encryption and decryption. This is the paradigm. Alice wants to send a message M to Bob. Bob chooses prime numbers p and q, and an encryption key e. He computes d=e-1mod(p-1)(q-1). Bob sends N=pq and e to Alice. Alice computes y=MemodN and sends it to Bob. Bob computes ydmodN to recover M.
(a) Suppose that when designing the keys, Bob uses p=79 and q=29. He randomly chooses a value of e=5. Find the value of d. Show your work.
(b) RSA uses the fact that (Me)d-=MmodN. Show why the equivalence is true. (Hint: Try to first find (Me)dmodp and (Me)dmodq using Fermat's Little Theorem).
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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions