wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz Introduction to Cryptography

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A hospital wants to store patient records digitally. The IT team decides to use cryptography to prevent unauthorized staff from viewing sensitive data. Which primary cryptographic goal is being prioritized?

a)

Authentication

b)

Confidentiality

c)

Integrity

d)

Availability

e)

Non-repudiation

2.

A start-up develops a messaging app but fails to implement encryption. During a security audit, the data in transit is found to be easily intercepted. Which fundamental weakness is exposed?

a)

Lack of confidentiality

b)

Lack of availability

c)

Lack of key management

d)

Lack of hashing

e)

Lack of redundancy

3.

A company uses the same symmetric key for multiple years to protect payroll data. What is the main risk of this practice?

a)

Key distribution overhead

b)

Brute-force complexity

c)

Key compromise over time

d)

Increased algorithm speed

e)

Integrity of hash function

4.

A bank encrypts ATM PINs using DES, but attackers later brute-force the key in hours. Which measure best addresses this vulnerability?

a)

Use hashing instead of encryption

b)

Switch to stronger symmetric algorithms like AES

c)

Shorten the key length

d)

Store PINs in plaintext

e)

Encrypt twice with DES

5.

A professor sends exam questions as a PDF file. Students claim some questions were altered. Which mechanism ensures the file integrity?

a)

Symmetric key

b)

Public key

c)

Hash function

d)

Digital certificate

e)

Steganography

6.

A software vendor distributes updates with SHA-256 hash values. During download, one user finds that the computed hash differs from the official one. What does this discrepancy suggest?

a)

The file is corrupted or tampered

b)

The key pair expired

c)

The update is compressed incorrectly

d)

The symmetric key is too short

e)

The certificate is invalid

7.

Alice wants to send Bob a secret message using RSA. Which key should Alice use to encrypt the message so that only Bob can read it?

a)

Alice’s private key

b)

Alice’s public key

c)

Bob’s private key

d)

Bob’s public key

e)

Shared session key

8.

A government agency uses public-key encryption to secure classified reports. A hacker steals a user’s private key. Which cryptographic guarantee is immediately broken?

a)

Confidentiality

b)

Availability

c)

Hash uniqueness

d)

Session freshness

e)

Digital signature verification

9.

A CEO signs an electronic contract with her digital signature. Later, she denies ever signing it. Which property of digital signatures disproves her claim?

a)

Confidentiality

b)

Availability

c)

Integrity

d)

Non-repudiation

e)

Symmetric distribution

10.

A student emails an assignment with a digital signature. The lecturer confirms the file is authentic but also detects modifications. Which process revealed this issue?

a)

Hash mismatch

b)

Key rotation

c)

Symmetric encryption

d)

Certificate revocation

e)

Double encryption

11.

An online payment gateway uses digital certificates issued by a Certificate Authority (CA). What is the role of the CA in this context?

a)

Encrypts all transactions

b)

Validates ownership of public keys

c)

Generates session keys for clients

d)

Acts as a symmetric key manager

e)

Prevents brute-force attacks

12.

An e-commerce site uses SSL/TLS certificates. When users access the site, their browsers display a certificate expired warning. Which security risk does this expose?

a)

Replay attack

b)

Man-in-the-middle attack

c)

Key stretching

d)

Hash collision

e)

Side-channel leakage

13.

A military system generates session keys using predictable sequences like 1, 2, 3, 4, 5… What vulnerability does this introduce?

a)

Integrity loss

b)

Predictability of encryption keys

c)

Replay attacks

d)

Non-repudiation issues

e)

Availability risk

14.

During an online exam, random questions are selected using a pseudorandom number generator (PRNG). A student exploits the predictable seed to guess the next questions. What caused this weakness?

a)

Non-deterministic TRNG

b)

Deterministic algorithm of PRNG

c)

Weak hash collision

d)

Faulty encryption mode

e)

Expired certificate

15.

A company wants truly unpredictable numbers for lottery systems. Which method is the most appropriate?

a)

Linear Congruential Generator

b)

SHA-1 hashing

c)

True Random Number Generator (TRNG) using atmospheric noise

d)

Symmetric encryption

e)

RSA modulus computation

16.

A research team uses a PRNG for cryptographic keys. Later, an attacker reproduces the exact sequence once the seed is known. Which concept is violated?

a)

Independence and unpredictability

b)

Confidentiality and availability

c)

Certificate trust

d)

Key rotation

e)

Non-repudiation

17.

An attacker modifies an encrypted financial transaction in transit. At the receiver’s end, the tampering is detected even though decryption succeeded. Which mechanism provided this protection?

a)

Confidentiality of symmetric keys

b)

Integrity check via hashing

c)

Public-key infrastructure

d)

Randomized session keys

e)

Digital certificate expiry

18.

Alice sends Bob an encrypted email using symmetric encryption. Later, Bob wants to prove Alice was the sender. Which mechanism is still required?

a)

A stronger symmetric key

b)

A digital signature

c)

A hash function

d)

Key rotation policy

e)

Non-deterministic TRNG

19.

An online exam system generates one-time session tokens for every login. Tokens are encrypted and linked with digital certificates. Which cryptographic goal is MOST directly achieved?

a)

Confidentiality only

b)

Availability and redundancy

c)

Integrity and authentication

d)

Non-repudiation only

e)

Compression and hashing

20.

A hacker tries to impersonate a university’s secure website. Students’ browsers warn them that the certificate is invalid. Which element protects students in this situation?

a)

Symmetric key length

b)

Pseudorandom sequences

c)

Hash digest comparison

d)

Trusted Certificate Authority

e)

Digital envelope