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

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
RSA Cryptography

Formulas

C = M^e mod n (Encryption)
M = C^d mod n (Decryption)
e * d ≡ 1 mod φ(n) (Private Key Calculation)
φ(n) = (p - 1)(q - 1) (Euler's Totient Function)

Theorems

Euler's Theorem
Extended Euclidean Algorithm
Modular Exponentiation

Suitable Grade Level

Grades 10-12 (Advanced High School, College)