Math Problem Statement

Alice and Bob are using RSA for secure communication. Alice's public key is (e = 13, n = 77). Bob sends her the encrypted message C = 37, which he obtained by encrypting the original message M = 43 using Alice's public key. Verify the correctness of Alice's public key and the modulus n and compute the decrypted message M' from the ciphertext C

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Number Theory
Modular Arithmetic
Cryptography
RSA Algorithm

Formulas

n = p × q
φ(n) = (p - 1)(q - 1)
d × e ≡ 1 (mod φ(n))
M' = C^d mod n

Theorems

Euler's Totient Function
Modular Inverse
Extended Euclidean Algorithm

Suitable Grade Level

Undergraduate Level (Cryptography/Discrete Mathematics)