wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Security Fundamentals (Security+) @VTE

Total questions: 10

Worksheet time: 34mins

Name
Class
Date
1.

What is the hash value of "I love Vientiane"?

a)

D41D8CD98F00B204E9800998ECF8427E

b)

d41d8cd98foob204e9800998ecf8427e

c)

d41d8cd98f00b204e9800998ecf8427e

d)

D41D8CD98F00BZ04E9800998ECF84Z7E

2.

Plaintext: "I love Vientiane."
Key: "UBS LAO"
What is the ciphertext?

(a)  

3.

Please decode the following base64 message: "SSBsMHYzIFZ0RQ==".

(a)  

4.

What is the hidden message? (Steganography)

(a)  

5.

Which regex matches the whole string "Maykin W. @ VTE" ?

a)

./

b)

./*@

c)

.*@

d)

.*

6.

What is the Root Cause Analysis (RCA) technique in the picture?

a)

Five Y

b)

Fire Whys

c)

5W 1H

d)

5 Whys

7.

What is the appropriate action for creating a "digital signature"?

a)

Sign the hash with private key

b)

Sign the cipher with private key

c)

Sign the private key with a hash

d)

Sign the secret key

8.

How many symmetric keys are there in the system with 10 members?

(a)  

9.

Which of the following options is the correct match?

a)

SHA256 : Symmetric Encryption

b)

RSA : Hashing

c)

AES : Asymmetric Encryption

d)

Base64 : Encoding

10.

Select all the correct pairs.

a)

Source Code : Static Analysis

b)

Requirements : Static Analysis

c)

Running Apps : Dynamic Analysis