wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cybersecurity training - Cryptography 2

Total questions: 13

Worksheet time: 10mins

Name
Class
Date
1.

Please choose the algorithm that requires the least resources to encrypt/decrypt

a)

AES

b)

RSA

c)

ECC

d)

DSS

2.

Reorder the following steps of Deffie-Hellman Key Exchange process

a)

Agree on prime and generator

b)

Generate a private key

c)

calculate public key

d)

Exchange public keys

e)

calculate shared secret key

1)
2)
3)
4)
5)
3.

the blowfish encryption requires public key exchange

a)

True

b)

False

4.

you want to choose an algorithm to encrypt your data (at rest) with security and performance in mind

a)

AES-ECB

b)

AES-CBC

c)

AES-CTR

d)

RSA

e)

DSS

5.

Match the following

a)

RSA

1.

asymmetric encryption algorithm

b)

blowfish

2.

symmetric encryption algorithm

c)

HMAC

3.

message authentication

d)

chacha20

4.

a stream cipher

e)

PKI

5.

used to validate identity

6.

Bob is sending Alice a message, what key does he need to sign the message

a)

Bob's public

b)

Bob's private

c)

Alice's public

d)

Alice's private

7.

Alice is sending Bob a message, what key does she need to encrypt the message

a)

Bob's public

b)

Bob's private

c)

Alice's public

d)

Alice's private

8.

using PKI, you can check if the certificate is revoked using

a)

CLI

b)

CRL

c)

OCSP

d)

OSCP

9.

encryption and authentication of HTTPS servers relies on

a)

Server certificate

b)

PKI

c)

DES

d)

HTML

10.

The certificate life cycle includes

a)

Enrollment

b)

Distribution

c)

Validation

d)

Revocation

e)

Disposal

11.

The decryption equation for RSA is

a)

C=Memod nC=M^emod\ n  

b)

M=Cdmod nM=C^dmod\ n  

c)

K = gab mod pK\ =\ g^{ab}\ mod\ p  

d)

A = ga mod pA\ =\ g^a\ mod\ p  

12.

Bob is receiving Alice a signed message, what keys does he need

a)

Bob's public

b)

Bob's private

c)

Alice's public

d)

Alice's private

13.

AES-EBC default block size is

a)

8bits

b)

64bits

c)

128bits

d)

256bits