Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R Assertion A: Asymmetric key cryptography is significant slower than symmetric key cryptography. Reason R: Asymmetric key cryptography is based on complex mathematical structure to secure data. In the light of the above statements, choose the most appropriate answer from the options given below
This question evaluates understanding of the performance characteristics and underlying principles of asymmetric versus symmetric key cryptography.
Both statements are factually correct, and the reason adequately explains the assertion.
The most appropriate answer is: Both A and R are correct and R is the correct explanation of A.
| 1. | DES | a. | 128-256 bits |
| 2. | Rj indeal | b. | 1-448 bits |
| 3. | RC4 | c. | 56 bits |
| 4. | Blowfish | d. | 1-2048 bits |
In the RSA public key cryptosystem, the private and public keys are $(e, n)$ and $(d, n)$ respectively, where $n = p \times q$ and $p$ and $q$ are large primes. Besides, $n$ is public and $p$ and $q$ are private. Let M be an integer such that $0 <M< n$ and $\phi(n) = (p-1)(q - 1)$. now consider the following equations.
I. M’ =\( M^e\) mod n M =\( (M')^d\) mod n
II. ed ≡1 mod n
III. ed ≡1 mod f(n)
IV. M’ = \(M^e \)mod f(n)
M = \( (M')^d\) mod
Which of the above equations correctly represent RSA cryptosystem?