wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Encryption/Decryption

Total questions: 40

Worksheet time: 19mins

Name
Class
Date
1.

Which of the following best describes the fundamental mechanism by which a digital signature ensures non-repudiation? A. The sender encrypts the entire message with their public key, and the recipient decrypts it with their private key.

a)

The sender encrypts the entire message with their public key, and the recipient decrypts it with their private key.

b)

The sender creates a hash of the message and encrypts this hash with their private key; the recipient uses the sender's public key to decrypt the hash and verifies it against their own calculated hash

c)

The recipient encrypts the message with the sender's public key, and the sender decrypts it with their private key.

d)

A trusted third party directly authenticates both the sender and recipient before communication begins.

2.

Hashing primarily serves to encrypt data, making it unreadable to unauthorized parties, thereby ensuring confidentiality.

a)

True

b)

False

3.

In the context of hashing functions, what is the 'Input Key'?

a)

The cryptographic algorithm used to convert data.

b)

The fixed-length string of letters and numbers produced by the hash function.

c)

The original data or message that is processed by the hash function.

d)

A data structure used for storing hash values.

4.

MD5 is explicitly recommended as a secure hashing algorithm for new applications requiring strong cryptographic integrity, as indicated in the presentation's list of common algorithms.

a)

True

b)

False

5.

Digital signatures find their practical application across various industries. Which of the following is NOT listed as a key application?

a)

Decentralized finance (DeFi)

b)

Healthcare records

c)

Supply chain management

d)

Real-time video conferencing encryption

6.

Which of the following statements accurately differentiates asymmetric cryptography from symmetric cryptography in terms of key management and security services provided?

a)

Asymmetric cryptography uses a single shared key for both encryption and decryption, providing only confidentiality.

b)

Symmetric cryptography requires two distinct keys, offering confidentiality, authenticity, and non-repudiation.

c)

Asymmetric cryptography uses separate public and private keys, providing confidentiality, authenticity, and non-repudiation.

d)

Symmetric cryptography is slower for large data transfers, whereas asymmetric cryptography is faster.

7.

One of the key challenges of asymmetric cryptography is its slow speed, making it generally less ideal for encrypting large volumes of data compared to symmetric methods.

a)

True

b)

False

8.

In a mobile chat system utilizing both symmetric and asymmetric cryptography, what is the typical role of asymmetric cryptography at the start of a conversation?

a)

To encrypt the ongoing contents of the conversatio

b)

To verify the identity of participants.

c)

To generate a single shared key for bulk data encryption.

d)

To reduce the size of the ciphertext for faster transmission.

9.

For symmetric key encryption, the size of the ciphertext produced is always larger than the original plaintext.

a)

True

b)

False

10.

Which application listed in the presentation primarily uses asymmetric cryptography for confirming identity to authorize transactions, rather than for bulk data encryption?

a)

Banking (encrypting credit card information)

b)

Data storage (encrypting data on a device)

c)

Blockchain (confirming identity for cryptocurrency transactions)

d)

Mobile chat systems (encrypting ongoing conversation contents)

11.

According to Fortinet, what is the primary objective of cryptography?

a)

To increase data accessibility for all users.

b)

To convert data into a fixed-length string for storage efficiency.

c)

To conceal data so that only the intended recipient can decipher it.

d)

To openly share information across public networks.

12.

Cryptanalysis exclusively focuses on developing new cryptographic algorithms to enhance data security.

a)

True

b)

False

13.

Which of the following is NOT listed as a main element of a cryptosystem, according to NordVPN?

a)

Encryption

b)

Decryption

c)

Key management

d)

Digital Signature

14.

An asymmetric cryptosystem is also known as a public key cryptosystem, and it uses the same key for both encryption and decryption.

a)

True

b)

False

15.

Which type of cryptanalytic attack involves an attacker having access to both the plaintext and its corresponding ciphertext, enabling them to derive the encryption key or algorithm?

a)

Ciphertext-Only Analysis (COA)

b)

Chosen-Plaintext Analysis (CPA)

c)

Brute-Force Attack

d)

Known-Plaintext Analysis (KPA)

16.

According to Mollin (2001), cryptography is primarily the study of mathematical techniques related to which aspects of information security?

a)

Network topology and server administration.

b)

Software development and database management.

c)

Hardware security modules and physical access control.

d)

None of the choices is/are the correct.

17.

Cryptography ensures data confidentiality by making information accessible only to those authorized to have access, typically through the use of hashing.

a)

False

b)

True

18.

In the context of application-to-application communication, which security requirement guarantees that data has not been altered, either accidentally or maliciously, primarily through the use of hash functions?

a)

Confidentiality

b)

Integrity

c)

Non-repudiation

d)

Authentication

19.

Non-repudiation in secure communication primarily ensures that a sender cannot deny having sent a message, and it is often achieved using encryption keys.

a)

True

b)

False

20.

Cryptography is crucial for underpinning various modern technologies. Which of the following is explicitly mentioned as a technology underpinned by cryptography?

a)

Social media marketing

b)

Online banking

c)

Graphic design software

d)

Cloud computing infrastructure development

21.

An X.509 certificate contains several key pieces of information. Which of the following attributes is explicitly listed as identifying who issued the certificate?

a)

Subject Name

b)

Serial Number

c)

Issuer Name

d)

Signature Algorithm

22.

The "Signature Value" in an X.509 certificate refers to the digital signature created by the certificate's subject to prove their identity to the Certificate Authority.

a)

True

b)

False

23.

What is the primary role of a Certificate Authority (CA) within the Public Key Infrastructure (PKI) environment as described in the presentation?

a)

To host websites and provide encrypted communication channels directly.

b)

To develop new encryption algorithms for public use.

c)

To act as a trusted third party that issues digital certificates, linking an identity to a public key.

d)

To manage private keys for users and organizations.

24.

Digital certificates are primarily used to encrypt data so that only the intended recipient can read it, thus ensuring confidentiality.

a)

True

b)

False

25.

Which application of digital certificates is highlighted as ensuring that a connection to websites like banking sites or online stores is encrypted, indicated by a padlock in the browser's address bar?

a)

Digitally signing emails

b)

Encrypting emails for confidentiality

c)

Securing web connections (HTTPS/SSL/TLS)

d)

Developers signing their software

26.

In the context of e-commerce, which core security service is primarily achieved by hash functions, ensuring that data is not altered during transit?

a)

Confidentiality

b)

Authentication

c)

Integrity

d)

Non-repudiation

27.

One of the challenges of trust and authenticity in public networks discussed is the limitation of Public Key Infrastructure (PKI) due to issues with compromised Certificate Authorities (CAs).

a)

True

b)

False

28.

What is the primary purpose of Secure Key Exchange protocols, such as Diffie-Hellman, in electronic transactions?

a)

To encrypt credit card information directly.

b)

To provide proof of transaction origin.

c)

To enable the safe sharing of cryptographic keys.

d)

To verify the authenticity of websites and users.

29.

A "Man-in-the-Middle (MITM) Attack" in public networks is characterized by attackers simply observing communications without altering them.

a)

True

b)

False

30.

Which of the following best describes the function of digital signatures in securing electronic transactions, as stated in the presentation?

a)

To protect data from unauthorized access.

b)

To verify transaction authenticity and prevent repudiation.

c)

To establish encrypted sessions.

d)

To enable safe key sharing.

31.

What is the key difference in trust models between PGP's "Web of Trust" and S/MIME's reliance on a Public Key Infrastructure (PKI)?

a)

PGP uses centralized servers for key management, while S/MIME uses peer-to-peer verification.

b)

PGP relies on individual users vouching for others, whereas S/MIME depends on trusted Certificate Authorities.

c)

PGP integrates directly with email clients, while S/MIME is a standalone application.

d)

PGP focuses on data integrity, while S/MIME prioritizes confidentiality.

32.

SSL (Secure Sockets Layer) is the current and most widely recommended encryption-based internet protocol for secure web communications.

a)

True

b)

False

33.

Which cryptographic implementation was specifically developed by Visa and Mastercard in the late 1990s to secure credit and debit card payments over open networks like the internet?

a)

SSL/TLS

b)

PGP

c)

S/MIME

d)

SET

34.

One of the limitations listed for S/MIME is its complexity in certificate management and potential interoperability issues with external parties.

a)

True

b)

False

35.

PGP (Pretty Good Privacy) utilizes a hybrid cryptosystem. What does this imply about its cryptographic approach?

a)

It exclusively uses symmetric-key cryptography for all operations.

b)

It combines symmetric-key and public-key cryptography.

c)

It relies solely on hash functions for data integrity.

d)

It uses a single key for both encryption and decryption.

36.

According to Kerckhoffs’s Principle, a foundational concept in modern cryptography, where should the security of a cryptosystem primarily reside?

a)

In the secrecy of the cryptographic algorithm used.

b)

In the physical security of the computing environment.

c)

In the secrecy of the key, not the secrecy of the algorithm itself.

d)

In the complexity of the encryption and decryption processes.

37.

A strong cryptosystem must ensure data integrity by preventing unauthorized access through encryption, where plaintext is transformed into ciphertext.

a)

True

b)

False

38.

Authentication mechanisms in a cryptosystem confirm the identity of parties involved and can utilize digital certificates and PKI to prevent impersonation or spoofing.

a)

True

b)

False

39.

What cryptographic technique is commonly employed to achieve non-repudiation, ensuring that a party cannot later deny having sent a message or committed an action?

a)

Message Authentication Codes (MACs)

b)

Cryptographic hash functions

c)

Digital signatures

d)

Challenge-response protocols

40.

If integrity mechanisms are absent or compromised in a cryptosystem, what is a potential consequence highlighted in the presentation?

a)

Increased computational overhead for encryption.

b)

Inability to establish secure communication channels

c)

Attackers manipulating messages undetected, leading to data corruption or fraud.

d)

Exposure of cryptographic keys to brute-force attacks.