0
13kviews
Using the RSA algorithm, encrypt the following:

1. p=3, q=11, e=7, M=12

2. p=7, q=11, e=17, M=25

3. Find the corresponding ds for (1) and (2) and decrypt the ciphertexts.

1 Answer
1
919views

$1. p=3, q=11, e=7, M=12$

i. To generate key pair, given two large primes $P = 3 and Q = 11$.

ii. Calculate modulus $N = P x Q = 3 x 11 = 33 and (P — l) x (Q — 1) = 20$.

iii. Given $E = 7$ …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.