wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RSA Algorithm

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

In RSA, Ф(n) = _______ in terms of p and q.

a)

(p)/(q)

b)

(p)(q)

c)

(p-1)(q-1)

d)

(p+1)(q+1)

2.

RSA is named after the researchers (_____ ) who proposed it

a)

River, Shamir, Adleman

b)

Rivest, Shamus, Adleman

c)

Rivest, Shamir, Adleman

d)

Rivest, Shamir, Adlemar

3.

Richard received an encrypted message sent to him from Sue. Which key should he use to decrypt the message?

a)

Richard's public key

b)

Richard's private key

c)

Sue's public key

d)

A. Sue's private key

4.

In the RSA public key cryptosystem, which one of the following numbers will always be largest?

a)

e

b)

n

c)

p

d)

q

5.

In the RSA algorithm, we select 2 random large values ‘p’ and ‘q’. Which of the following is the property of ‘p’ and ‘q’?

a)

p and q should be divisible by Ф(n)

b)

p and q should be co-prime

c)

p and q should be prime

d)

p/q should give no remainder

6.

Asymmetric key cipher uses_____ key

a)

one

b)

two

c)

three

d)

four

7.

For RSA to work,the value of M must be less than

a)

p

b)

q

c)

n

d)

r

8.

ᶲ(19)=

a)

14

b)

13

c)

18

d)

17

9.

gcd( 18,300) =

a)

4

b)

2

c)

8

d)

6

10.

73 mod 19 =

a)

18

b)

1

c)

14

d)

12