Question
Suppose an RSA communication between two parties, of Alice and Bob.
The Bob's public key is (187, 73).
The Alice encrypts a message m and sends to Bob in the following encrypted message (ciphertext) c = 42.
However, an eavesdropper, the Eve, monitors the communication channel and manages to read the encrypted message c.
Show how Eve can decrypt c and to acquire knowledge of the original message m.
Solution Preview

These solutions may offer step-by-step problem-solving explanations or good writing examples that include modern styles of formatting and construction of bibliographies out of text citations and references.
Students may use these solutions for personal skill-building and practice.
Unethical use is strictly forbidden.

It is first useful to give an overview of the RSA algorithm and then apply for the provided numerical example.
n must decomposed in two prime factors p and q, thus n=p*q
It is computed φ(n)=(p-1)*(q-1)
We have e – the public exponent; it must be lower than φ(n) and GCD(e, φ(n))=1 (to be co-prime numbers).
It is computed the private exponent d, such way that to have d*e=1 mod φ(n)
The encryption process assumes that ciphertext c = m^e mod n, where m is the message in plaintext.
The decryption operation takes place like: m=c^d mod n
This is only a preview of the solution.
Please use the purchase button to see the entire solution.
By purchasing this solution you'll be able to access the following files:
Solution.docx
Purchase Solution
$16.10
Google Pay
Amazon
Paypal
Mastercard
Visacard
Discover
Amex
View Available Computer Science Tutors 640 tutors matched
ionut
Ionut
(ionut)
Master of Computer Science
Hi! MSc Applied Informatics & Computer Science Engineer. Practical experience in many CS & IT branches.Research work & homework
5/5 (6,804+ sessions)
1 hour avg response
$15-$50 hourly rate
Pranay
(math1983)
Doctor of Philosophy (PhD)
Ph.D. in mathematics and working as an Assistant Professor in University. I can provide help in mathematics, statistics and allied areas.
4.6/5 (6,680+ sessions)
1 hour avg response
$40-$50 hourly rate
Leo
(Leo)
Doctor of Philosophy (PhD)
Hi! I have been a professor in New York and taught in a math department and in an applied math department.
4.9/5 (6,428+ sessions)
2 hours avg response

Similar Homework Solutions