wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz về Mã hóa

Total questions: 104

Worksheet time: 35mins

Name
Class
Date
1.

What is the primary purpose of encryption?

a)

To make communication faster

b)

To hide the substance of a message

c)

To enhance network bandwidth

d)

To convert data into physical storage

2.

Which term refers to a message in human-readable form before it is encrypted?

a)

Ciphertext

b)

Keytext

c)

Cleartext

d)

Encrypted message

3.

What does the function D(K, C) represent in cryptography?

a)

Encryption of plaintext using a key

b)

Decryption of ciphertext using a key

c)

Double encryption using two keys

d)

Data compression

4.

Which of the following is NOT a type of attack on a cryptosystem?

a)

Ciphertext-only attack

b)

Plaintext-injection attack

c)

Known-plaintext attack

d)

Chosen-plaintext attack

5.

What is the key size used in the Data Encryption Standard (DES)?

a)

128 bits

b)

64 bits

c)

56 bits

d)

256 bits

6.

Which of the following encryption modes treats the plaintext as a continuous stream of data?

a)

Electronic codebook mode

b)

Cipher feedback (CFB) mode

c)

Block cipher mode

d)

Triple DES mode

7.

Which cryptographic technique involves using the same key for both encryption and decryption?

a)

Public-key encryption

b)

Asymmetric encryption

c)

Symmetric encryption

d)

Digital signatures

8.

Triple DES uses how many keys to improve security over standard DES?

a)

One

b)

Two

c)

Three

d)

Four

9.

IDEA encryption uses which key length for its operations?

a)

56 bits

b)

64 bits

c)

128 bits

d)

256 bits

10.

Which of the following was selected as the proposed Advanced Encryption Standard (AES) by NIST?

a)

RC4

b)

Triple DES

c)

Rijndael

d)

Serpent

11.

Which of the following cryptosystems was originally developed by IBM and later adopted as a federal standard?

a)

AES

b)

DES

c)

RSA

d)

RC4

12.

What is the purpose of the "brute-force" method in cryptography?

a)

To randomly generate encryption keys

b)

To attempt all possible key combinations to break encryption

c)

To generate large amounts of ciphertext quickly

d)

To encrypt data using multiple algorithms

13.

What does Triple DES provide in comparison to standard DES?

a)

Faster encryption

b)

Larger block sizes

c)

Enhanced security by using multiple encryption keys

d)

Compatibility with non-electronic systems

14.

What is the main advantage of IDEA (International Data Encryption Algorithm) over DES?

a)

It is easier to break using brute force

b)

It uses a shorter key length

c)

It provides better security and is more efficient in software implementations

d)

It operates on larger blocks of plaintext

15.

Which of the following encryption algorithms was selected for the Advanced Encryption Standard (AES)?

a)

DES

b)

Triple DES

c)

RC6

d)

Rijndael

16.

How does a stream cipher operate in comparison to a block cipher?

a)

It processes one block of data at a time

b)

It encrypts individual bits or bytes of plaintext continuously

c)

It uses public and private keys for encryption

d)

It only works with symmetric keys

17.

Which cryptographic algorithm uses three 56-bit keys to encrypt data?

a)

RSA

b)

Triple DES

c)

AES

d)

Blowfish

18.

What does the term "differential cryptanalysis" refer to?

a)

An attack method focused on weaknesses in hardware

b)

A technique that analyzes the differences between related plaintext and ciphertext pairs

c)

A brute-force attack using multiple processors

d)

A method of generating encryption keys randomly

19.

Which of the following encryption methods has a block size of 128 bits?

a)

DES

b)

Triple DES

c)

Rijndael

d)

RC4

20.

Why was the AES algorithm designed to be royalty-free worldwide?

a)

To ensure global adoption for sensitive government and business data

b)

To limit cryptographic algorithms to only military use

c)

To increase the computational complexity for attackers

d)

To replace weaker algorithms such as RC2

21.

Which method does DES use to encrypt data?

a)

A one-time pad

b)

Public-key encryption

c)

A 56-bit key in a block cipher

d)

A stream cipher

22.

The cipher feedback (CFB) mode in DES is an example of what type of encryption?

a)

Block cipher encryption

b)

Stream cipher encryption

c)

Asymmetric encryption

d)

Public-key encryption

23.

In public-key cryptography, which key is used to encrypt a message?

a)

A shared secret key

b)

The receiver's private key

c)

The receiver's public key

d)

The sender's private key

24.

What is the main drawback of using brute-force attacks on strong cryptographic algorithms?

a)

It requires knowledge of the plaintext

b)

It takes an impractically long time to break the key

25.

What is the main drawback of using brute-force attacks on strong cryptographic algorithms?

a)

It requires knowledge of the plaintext

b)

It takes an impractically long time to break the key

c)

It weakens the algorithm permanently

d)

It only works with stream ciphers

26.

How is RSA different from DES?

a)

RSA uses symmetric encryption while DES uses asymmetric encryption

b)

RSA uses asymmetric encryption while DES uses symmetric encryption

c)

Both use the same key for encryption and decryption

d)

DES uses public-key cryptography

27.

What is the main function of a hash algorithm in cryptography?

a)

Encrypting data with a public key

b)

Creating a fixed-length output from variable-length input

c)

Encrypting messages using symmetric keys

d)

Generating private and public keys

28.

Which hash algorithm produces a 128-bit hash value?

a)

SHA-1

b)

MD5

c)

SHA-256

d)

AES

29.

The Secure Hash Algorithm (SHA) is a part of which cryptographic function?

a)

Message digesting

b)

Public-key encryption

c)

Symmetric encryption

d)

Stream cipher encryption

30.

What is the purpose of a digital signature?

a)

To encrypt messages

b)

To verify the authenticity of a message

c)

To generate secret keys for encryption

d)

To compress encrypted data

31.

What role does the certification authority (CA) play in a Public-Key Infrastructure (PKI)?

a)

It generates symmetric encryption keys

b)

It verifies and issues digital certificates

c)

It encrypts messages for secure transmission

d)

It ensures anonymity in communication

32.

In public-key cryptography, the private key is used for:

a)

Decrypting a message encrypted with the public key

b)

Encrypting data with symmetric ciphers

c)

Generating hash values

d)

Verifying digital signatures

33.

Which cryptographic method provides both encryption and authentication of messages?

a)

Digital signature

b)

Message digest

c)

Public-key infrastructure (PKI)

d)

Symmetric-key encryption

34.

What is a nonce used for in cryptography?

a)

To increase the strength of the encryption key

b)

To generate random symmetric keys

c)

To prevent replay attacks by ensuring a unique value for each transaction

d)

To compress encrypted messages

35.

Which algorithm is typically used for generating a digital signature?

a)

AES

b)

RSA

c)

MD5

d)

Triple DES

36.

The RSA algorithm relies on the difficulty of:

a)

Factoring large prime numbers

b)

Solving discrete logarithms

c)

Breaking hash functions

d)

Reversing XOR operations

37.

What is the purpose of the Public Key Infrastructure (PKI)?

a)

To encrypt large amounts of data quickly

b)

To manage digital certificates and public-key encryption

c)

To create random keys for symmetric encryption

d)

To store passwords securely

38.

Which technique ensures the authenticity of both the buyer and seller in an online transaction?

a)

Non-repudiation

b)

Symmetric encryption

c)

Hashing

d)

Public-key encryption

39.

In a digital signature system, which key is used to verify the signature?

a)

Private key of the signer

b)

Public key of the signer

c)

Symmetric key shared by both parties

d)

Random key generated for each transaction

40.

What are "blind signatures" used for?

a)

Verifying the identity of a user without revealing their identity

b)

Encrypting large datasets quickly

c)

Generating secure session keys

d)

Preventing brute-force attacks on encrypted messages

41.

Which cryptographic technique is considered ideal for ensuring anonymity in digital payments?

a)

Public-key cryptography

b)

Blind signatures

c)

Symmetric-key encryption

d)

Digital signature

42.

What is the primary security benefit of smart cards in cryptographic systems?

a)

They use asymmetric keys for faster encryption

b)

They store cryptographic keys securely and can perform on-card processing

c)

They generate encryption keys for software-based systems

d)

They enable the creation of public and private keys in real time

43.

Which cryptographic algorithm is best known for its use in secure Internet transactions via SSL/TLS?

a)

AES

b)

RC4

c)

RSA

d)

IDEA

44.

What is the key difference between symmetric and asymmetric encryption?

a)

Symmetric encryption is faster but requires a different key for encryption and decryption

b)

Asymmetric encryption uses the same key for both encryption and decryption

c)

Symmetric encryption uses the same key for encryption and decryption, while asymmetric encryption uses different keys

d)

Asymmetric encryption is used only for hashing algorithms

45.

Which of the following is a key characteristic of a secure hash function?

a)

It can be reversed to retrieve the original message

b)

It produces a unique fixed-length output for every unique input

c)

It generates symmetric encryption keys

d)

It is used only in symmetric encryption schemes

46.

What is the role of the Kerberos protocol in cryptographic systems?

4 lines
47.

What is the role of the Kerberos protocol in cryptographic systems?

a)

It provides public-key encryption for secure communication

b)

It authenticates users in a network using a trusted third party

c)

It generates random session keys for secure transactions

d)

It compresses data before encryption

48.

Which of the following best describes a MOTO transaction?

a)

A transaction where the customer physically presents the card to the merchant.

b)

A transaction conducted via mail or telephone without the cardholder physically presenting the card.

c)

A transaction conducted in an online marketplace.

d)

A transaction requiring real-time authorization through an electronic terminal.

49.

What is a major risk associated with MOTO transactions compared to face-to-face credit card transactions?

a)

Higher transaction fees.

b)

Increased risk of unauthorized card use (fraud).

c)

Slower payment processing times.

d)

Requirement for additional hardware.

50.

How do merchants usually verify the authenticity of a credit card in a MOTO transaction?

a)

By visually checking the card's security features.

b)

By requiring the cardholder to provide the Card Verification Value (CVV).

c)

By swiping the card through a terminal.

d)

By checking the magnetic stripe data.

51.

Which of the following statements is true about MOTO transactions?

a)

MOTO transactions are usually safer than online transactions.

b)

MOTO transactions do not require any form of cardholder authentication.

c)

MOTO transactions are considered 'card-not-present' transactions, which carry a higher risk of fraud.

d)

MOTO transactions use digital wallets to store card information.

52.

What kind of authentication method is commonly used by merchants in MOTO transactions to reduce fraud risk?

a)

PIN entry by the cardholder.

b)

Verifying the cardholder's CVV (Card Verification Value).

c)

Biometric authentication such as fingerprints.

d)

In-person card verification.

53.

Which type of fraud is MOTO especially vulnerable to?

a)

Merchant fraud.

b)

Phishing attacks.

c)

Unauthorized use of stolen credit card numbers.

d)

Double charging customers.

54.

What is the primary reason that MOTO transactions often have higher merchant fees?

a)

Higher processing speed required.

b)

Lack of physical card presence increases the risk of fraud.

c)

Requirement of additional customer service for telephone orders.

d)

More complex transaction methods.

55.

In MOTO transactions, why is it important for merchants to request the billing address of the cardholder?

a)

To send the receipt via mail.

b)

To verify that the cardholder's billing address matches the one on file with the card issuer, helping to reduce fraud.

c)

To offer personalized services to the cardholder.

d)

To process refund requests more easily.

56.

Which of the following is NOT typically a characteristic of a MOTO transaction?

a)

Card-not-present transaction.

b)

Higher fraud risk compared to in-person transactions.

c)

Real-time encryption of the card details.

d)

Physical signature required at the time of purchase.

57.

Which party typically bears the financial loss in a fraudulent MOTO transaction?

a)

The cardholder.

b)

The merchant.

c)

The card issuer.

d)

The acquiring bank.

58.

What is the key difference between MOTO transactions and traditional credit card transactions?

a)

MOTO transactions involve real-time verification.

b)

MOTO transactions are always conducted through a secure digital gateway.

c)

MOTO transactions do not require the physical presence of the card or cardholder.

d)

MOTO transactions require both the cardholder and merchant to use encryption software.

59.

Which method helps reduce the risk of fraud in MOTO transactions?

a)

Requiring the cardholder to provide a signed document.

b)

Collecting the CVV (Card Verification Value) and verifying the billing address.

c)

Swiping the card through a magnetic stripe reader.

d)

Requiring the cardholder to visit the merchant's physical location.

60.

Which type of liability applies to merchants in case of a chargeback due to fraud in a MOTO transaction?

a)

The card issuer is responsible for all chargebacks.

b)

Merchants are liable for the chargeback and associated costs.

c)

The acquiring bank is responsible for handling the chargeback.

d)

There is no liability for merchants in MOTO transactions.

61.

In MOTO transactions, what does the term 'card-not-present' refer to?

a)

The cardholder does not need to provide their card number.

b)

The transaction is conducted without the physical presence of the card.

c)

The merchant does not need to process the card.

d)

The cardholder must present a digital version of the card.

62.

What is a common security measure used in MOTO transactions to ensure the cardholder's identity?

a)

The merchant requests a physical copy of the card.

b)

The cardholder's signature is captured digitally.

c)

The merchant requests both the card number and the Card Verification Value (CVV).

d)

The cardholder is required to use a biometric authentication method.

63.

Why do many merchants hesitate to accept MOTO transactions?

a)

They require specialized equipment.

b)

The transaction costs are higher due to increased fraud risks.

c)

They are slower to process than traditional payments.

d)

They need to comply with additional legal requirements.

64.

Which of the following is a potential drawback of MOTO transactions for customers?

a)

Customers must pay an additional service fee.

b)

The process is slower than online transactions.

c)

Customers may not receive a receipt for the transaction.

d)

Customers are at higher risk of credit card fraud.

65.

Which of the following is often used by banks to monitor MOTO transactions for fraudulent activity?

a)

Real-time transaction encryption.

b)

Machine learning algorithms to detect unusual spending patterns.

c)

Manually reviewing each transaction.

d)

Biometric verification systems.

66.

How can merchants increase security when processing MOTO transactions?

a)

By requiring the customer to physically visit the store.

b)

By using SSL encryption for all phone calls.

c)

By requesting additional verification, such as CVV and billing address.

d)

By manually verifying each transaction through a bank.

67.

Which factor contributes to the higher chargeback rates in MOTO transactions?

a)

Inability to use a physical card reader.

b)

Lack of customer identity verification methods such as signature or PIN.

c)

The need for specialized hardware to process payments.

d)

Requirement for more complex payment gateways.

68.

What is the primary risk associated with processing credit card transactions over an unsecured network?

a)

The transaction could be delayed.

b)

The transaction data could be intercepted by malicious parties.

c)

The credit card details may not be transmitted correctly.

d)

The merchant might not receive payment.

69.

Which protocol is commonly used to secure credit card transactions over the internet to prevent interception?

a)

FTP (File Transfer Protocol)

b)

SSL (Secure Socket Layer)

c)

HTTP (Hypertext Transfer Protocol)

d)

SMTP (Simple Mail Transfer Protocol)

70.

In the context of unsecured networks, what is a "man-in-the-middle" attack?

a)

An attack where the merchant intercepts the customer's credit card details.

b)

An attack where a third party intercepts communication between the customer and the merchant to steal information.

c)

An attack where the payment gateway fails to process the transaction.

d)

An attack where the cardholder's device is infected with malware.

71.

What is the best practice to protect sensitive data, such as credit card numbers, during online transactions over unsecured networks?

a)

Sending the data via email to the merchant.

b)

Using encrypted communication protocols like SSL/TLS.

c)

Only using a public Wi-Fi network to send the data.

d)

Storing the credit card information in plain text.

72.

Which of the following is a characteristic of unsecured network transactions?

a)

Data is transmitted without encryption, making it vulnerable to interception.

b)

Transactions are faster due to fewer security checks.

c)

The cardholder's identity is always verified using a PIN.

d)

Merchants are protected against fraud when using unsecured networks.

73.

What is the purpose of encryption in network communications?

a)

To reduce the size of data being transmitted.

b)

To convert the information into a format that can only be understood by authorized parties.

c)

To speed up data transfer between two parties.

d)

To ensure that the transaction is approved by the bank.

74.

Which of the following technologies is not recommended for securing transactions on an unsecured network?

a)

SSL/TLS encryption

b)

VPN (Virtual Private Network)

c)

Public Wi-Fi without any security protocols

d)

Two-factor authentication (2FA)

75.

What happens if credit card data is sent over an unsecured network without encryption?

a)

The transaction will automatically be declined.

b)

The data can be easily intercepted and read by attackers.

c)

The cardholder will be notified immediately.

d)

The data will be processed normally without any risk.

76.

In an unsecured network environment, what is the role of SSL/TLS certificates?

a)

To identify the merchant during a transaction.

b)

To encrypt the connection between the cardholder and the merchant.

c)

To store the cardholder's information for future transactions.

d)

To verify the credit card number.

77.

What is the most common type of attack on unsecured networks when processing payments?

a)

SQL injection

b)

Man-in-the-middle attack

c)

Phishing

d)

Ransomware

78.

What is the biggest threat when making payments over an unsecured network?

a)

The payment may not go through.

b)

The transaction could be intercepted by attackers, leading to stolen payment information.

c)

The merchant might not receive a confirmation for the payment.

d)

The payment gateway could overcharge the customer.

79.

Which of the following is a typical method used by hackers to steal payment information over an unsecured network?

a)

Social engineering

b)

Phishing

c)

Man-in-the-middle attack

d)

SQL injection

80.

How can a customer protect their payment details when using an unsecured network?

a)

Use public Wi-Fi and trust the website security.

b)

Always enter payment information directly on the merchant's website without encryption.

c)

Use a VPN or ensure the website uses HTTPS with SSL/TLS encryption.

d)

Disable the browser's pop-up blocker for better payment processing.

81.

What does the term 'card-not-present' fraud typically involve in unsecured network payments?

a)

The fraudster makes a payment without needing the physical card.

b)

The merchant charges the customer more than the authorized amount.

c)

The customer uses a fake credit card.

d)

The transaction fails due to network errors.

82.

Which of the following is *not* a recommended action when making payments on an unsecured network?

a)

Use a secure VPN to encrypt your connection.

b)

Check for SSL/TLS certificates and HTTPS on the payment page.

c)

Enter payment details on unsecured websites with HTTP.

d)

Enable two-factor authentication for payment authorization.

83.

What is one of the primary security mechanisms that should be used to protect payment data on an unsecured network?

a)

SSL/TLS encryption

b)

Using a weak password for your account

c)

Disabling encryption for faster transactions

d)

Avoiding the use of antivirus software

84.

Why are unsecured networks often targeted for payment fraud?

a)

They provide direct access to the merchant's payment gateway.

b)

Data sent over unsecured networks is transmitted in plain text, making it easy to intercept.

c)

They speed up the payment process, reducing the chance of detection.

d)

They offer advanced encryption methods that are hard to break.

85.

What type of encryption is most commonly used to secure payments over a network?

a)

AES (Advanced Encryption Standard)

b)

SSL/TLS (Secure Socket Layer/Transport Layer Security)

c)

DES (Data Encryption Standard)

d)

MD5 (Message Digest Algorithm 5)

86.

Which of the following payment methods is most vulnerable to interception over an unsecured network?

a)

Payments using a debit card with a chip.

b)

Payments entered on websites without SSL/TLS encryption.

c)

Contactless payments using NFC technology.

d)

Payments using two-factor authentication (2FA).

87.

How does SSL/TLS encryption protect payment transactions on an unsecured network?

a)

It prevents the transaction from being processed.

b)

It encrypts the data being transmitted, making it unreadable to attackers.

c)

It speeds up the transaction to avoid interception.

d)

It bypasses the payment gateway for faster transactions.

88.

What was the main feature of the First Virtual payment system?

a)

It allowed customers to pay using cryptocurrency.

b)

It did not use encryption to secure transactions but instead relied on confirmation via email.

c)

It used biometric authentication for payment security.

d)

It required customers to have a physical token for authentication.

89.

How did First Virtual verify transactions?

a)

By sending a confirmation email to the customer before completing the transaction.

b)

By requiring customers to enter their credit card information directly on the merchant's website.

c)

By using an encrypted token stored on the customer's computer.

d)

By sending a one-time password (OTP) to the customer's phone.

90.

What made First Virtual different from other early online payment systems?

a)

It was the first system to use blockchain technology.

b)

It did not require users to enter sensitive information, such as credit card numbers, directly over the internet.

c)

It was the first system to implement real-time transaction authorization.

d)

It operated exclusively through smartphone apps.

91.

What was a major limitation of the First Virtual payment system?

a)

It did not support international transactions.

b)

It required customers to enter sensitive financial data over the internet.

c)

It did not use encryption for securing online transactions.

92.

Why did First Virtual not use encryption for its transactions?

a)

The system was designed to prioritize ease of use and email-based confirmation over encryption.

b)

Encryption was too costly to implement.

c)

The system relied on a third-party encryption service.

d)

First Virtual used encryption, but only for international transactions.

93.

What ultimately contributed to the decline of the First Virtual payment system?

a)

Its inability to handle large volumes of transactions.

b)

Its reliance on email for transaction verification, which was slower and less secure compared to modern encryption technologies.

c)

The high transaction fees it charged merchants.

d)

The lack of support for mobile payments.

94.

Which of the following best represents the security model of First Virtual?

a)

The system relied on encrypting all data transferred between the customer and the merchant.

b)

It used a trust-based system with email confirmations instead of encrypting sensitive payment data.

c)

It used advanced machine learning algorithms to detect fraud in real-time.

d)

It required customers to use two-factor authentication to complete transactions.

95.

How did First Virtual ensure that customers were aware of transactions made with their account?

a)

By sending a real-time SMS notification.

b)

By sending an email to the customer requesting confirmation before processing.

c)

By using in-browser pop-up confirmations.

d)

By automatically logging the user out after every transaction.

96.

Which year did First Virtual launch its payment system?

a)

1992

b)

1994

c)

1996

d)

1998

97.

What type of payment model did First Virtual primarily use?

a)

Subscription-based model

b)

Email-based confirmation model

c)

Real-time credit card processing

d)

Pay-per-use model

98.

Which of the following was not a feature of First Virtual?

a)

Lack of encryption for online transactions.

b)

Email-based transaction verification.

c)

Real-time settlement of payments.

d)

A trust-based payment system.

99.

How did merchants receive payment through the First Virtual system?

a)

By providing encrypted payment details to a bank.

b)

By receiving confirmation from First Virtual after the customer approved the transaction.

c)

By processing payments through a third-party gateway.

d)

By directly receiving funds once the customer initiated the transaction.

100.

What was one of the main challenges faced by First Virtual in gaining wide adoption?

a)

Slow transaction processing times.

b)

Customers' reluctance to use email for financial transactions due to security concerns.

c)

High transaction fees for both merchants and consumers.

d)

Limited support for debit cards.

101.

How did First Virtual handle disputes between customers and merchants?

a)

By freezing the account until the issue was resolved.

b)

By relying on email communication to confirm or reject the disputed transaction.

c)

By issuing refunds automatically to customers.

d)

By using a third-party arbitration service.

102.

First Virtual's decision to avoid using encryption was primarily due to:

a)

The high cost of encryption technologies at the time.

b)

The belief that email-based confirmations were sufficient for security.

c)

The inability to implement encryption with existing infrastructure.

d)

Regulatory restrictions on the use of encryption.

103.

Which of the following best describes the failure of First Virtual's payment system?

a)

It failed to provide adequate customer service.

b)

It could not compete with more secure, encryption-based payment systems.

c)

It focused too heavily on international markets.

d)

It charged excessive fees to both merchants and customers.

104.

What was a key advantage of the First Virtual system for users?

a)

It provided instant transaction approval.

b)

It did not require users to submit credit card information directly over the internet.

c)

It offered cashback incentives for each transaction.

d)

It all