Computer-Networks
August 29, 2024
Computer-Networks
August 29, 2024
Computer-Networks
August 29, 2024
Computer-Networks
August 29, 2024

Computer-Networks

Question 393

In RSA
1. P and Q are chosen as very large prime number
2. Compute n = p*q and Φ(n) = (n-1)*(q-1)
Letter e encryption key chosen. How is this encryption key selected?

A
e is chosen as a relative prime to q
B
e is chosen as a relative prime to p
C
e is chosen as a relative prime to Φ(n)
D
e is chosen as a relative prime to n
Question 393 Explanation: 
e or encryption key is chosen which is relatively prime to Φ(n), to satisfy the equation
e*d = 1 mod Φ(n), where e is encryption key and d is decryption key.
Correct Answer: C
Question 393 Explanation: 
e or encryption key is chosen which is relatively prime to Φ(n), to satisfy the equation
e*d = 1 mod Φ(n), where e is encryption key and d is decryption key.

Leave a Reply

Your email address will not be published. Required fields are marked *