Chapter 7: Cryptography and the PKI

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/98

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:47 PM on 8/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

99 Terms

1
New cards

Mike is sending David an encrypted message using a symmetric encryption algorithm. What key should he use to encrypt the message?

Shared secret key

2
New cards

Shahla discovered an attack where an attacker forced a user to use weak encryption and then decrypted the content. What term best describes this attack?

Downgrade

3
New cards

Norm is using full-disk encryption to protect laptops against theft. What goal of cryptography is he achieving?

Confidentiality

4
New cards

Brian suspects a user is hiding sensitive data inside image files. What technique might they be using?

Steganography

5
New cards

Which one of the following statements about cryptographic keys is incorrect?

All cryptographic keys should be kept secret

6
New cards

What type of cipher operates on one character of text at a time?

Stream cipher

7
New cards

Vince wants the strongest symmetric encryption algorithm from the list. Which should he choose?

AES

8
New cards

Kevin wants clients to verify certificate status without contacting a remote server. What technology should he use?

Certificate stapling

9
New cards

Acme Widgets adds an 11th employee to a symmetric encryption system. How many new keys are required?

10

10
New cards

If Acme Widgets used asymmetric encryption, how many keys are required to add the 11th employee?

2

11
New cards

What type of digital certificate provides the greatest level of assurance?

EV

12
New cards

Which domain would not be covered by a wildcard certificate for *.mydomain.com?

dev.www.mydomain.com

13
New cards

Which server is almost always an offline CA in a large PKI deployment?

Root CA

14
New cards

Which certificate format is closely associated with Windows binary certificate files?

PFX

15
New cards

What security solution provides a hardware platform for storage and management of encryption keys?

HSM

16
New cards

What type of cryptographic attack forces users to reduce encryption strength?

Downgrade

17
New cards

David wants to send Mike a message using asymmetric encryption. What key should he use to encrypt it?

Mike's public key

18
New cards

When Mike receives the encrypted message, what key should he use to decrypt it?

Mike's private key

19
New cards

If David digitally signs the message, what key does he use to create the signature?

David's private key

20
New cards

When Mike verifies David's digital signature, what key does he use?

David's public key

21
New cards

What is the practice of encoding information so it cannot be decoded without the required decryption key

Cryptography.

22
New cards

In cryptography, what is the process of transforming plain-text information into ciphertext?

Encryption.

23
New cards

What cryptographic goal ensures that data is protected from prying eyes and corresponds to a leg of the CIA triad

Confidentiality.

24
New cards

Which goal of cryptography ensures that data is not maliciously or unintentionally altered

Integrity.

25
New cards

The cryptographic goal of _____ refers to the validation of an individual's identity

authentication

26
New cards

What cryptographic goal ensures that a sender cannot later claim they never sent a message

Non-repudiation.

27
New cards

A _____ is a method used to scramble or obfuscate characters to hide their value

cipher

28
New cards

What type of cipher changes one character or symbol into another

A substitution cipher.

29
New cards

What is the name of the ancient substitution cipher that works by shifting all letters a certain number of spaces in the alphabet, famously used by Julius Caesar with a shift of three?

The Caesar cipher.

30
New cards

What simple substitution cipher works by rotating every letter 13 places in the alphabet, allowing the same process to be used for both encryption and decryption?

ROT13.

31
New cards

Ciphers that use multiple substitution alphabets for the same message are known as _____ substitution ciphers

polyalphabetic

32
New cards

What famous historical polyalphabetic substitution cipher used a keyword and a Vigenère table for encryption

The Vigenère cipher.

33
New cards

What type of cipher involves scrambling the letters of a message in a certain manner, typically by breaking the message into blocks and reordering the characters within each block?

A transposition cipher.

34
New cards

What was the name of the machine used by the German government during World War II that implemented a polyalphabetic substitution for secure communications

The Enigma machine.

35
New cards

What is the art of using cryptographic techniques to embed secret messages within another file, such as an image or audio file?

Steganography.

36
New cards

What is a legitimate use of steganography for protecting intellectual property

Adding digital watermarks to documents or media.

37
New cards

Symmetric cryptosystems use a _____ secret key available to all users of the cryptosystem

shared

38
New cards

Asymmetric cryptosystems use individual combinations of _____ and _____ keys for each user

public; private

39
New cards

Data that resides in a permanent location awaiting access, such as on a hard drive or in cloud storage, is known as what?

Data at rest.

40
New cards

What term describes data being transmitted across a network between two systems, also known as data on the wire?

Data in transit.

41
New cards

Data that is stored in the active memory of a computer system where it may be accessed by a process is known as what

Data in use.

42
New cards

What form of encryption automatically encrypts all data on a hard drive, including the operating system?

Full-disk encryption (FDE).

43
New cards

Encrypting a specific partition of a hard drive rather than the entire disk is known as _____ encryption

partition

44
New cards

What level of encryption focuses on individual files, allowing users to encrypt specific files rather than entire drives?

File-level encryption.

45
New cards

Encrypting a defined set of folders and files on a storage device, as a middle ground between partition and file-level encryption, is called what?

Volume encryption.

46
New cards

A more granular form of database encryption that allows individual records within a database to be encrypted is known as _____ encryption

record-level

47
New cards

What cryptographic technique is used to verify the claimed identity of system users, often using a challenge-response protocol?

Authentication.

48
New cards

Before a message is encrypted, it is known as a _____-text message.

plain

49
New cards

After a plain-text message is encrypted, it becomes a _____-text message.

cipher

50
New cards

The range of values that are valid for use as a key for a specific algorithm is known as the _____

key space

51
New cards

What is the term for the number of binary bits (0s and 1s) in a cryptographic key

Key length.

52
New cards

What principle states that a cryptographic system should be secure even if everything about the system, except the key, is public knowledge?

The Kerckhoffs' principle.

53
New cards

The study of methods to defeat codes and ciphers is known as _____

cryptanalysis

54
New cards

_____ ciphers operate on 'chunks,' or blocks, of a message and apply the encryption algorithm to an entire message block at the same time.

Block

55
New cards

What type of cipher operates on one character or bit of a message at a time

A stream cipher.

56
New cards

Modern cryptosystems do not rely on the secrecy of their algorithms but rather on the secrecy of one or more _____

cryptographic keys

57
New cards

Symmetric key algorithms rely on a '_____ secret' encryption key that is distributed to all members who participate in the communications

shared

58
New cards

What is a major problem with symmetric key cryptography that involves the secure distribution of keys

Key exchange.

59
New cards

The major strength of symmetric key cryptography is its great _____

speed

60
New cards

In asymmetric key algorithms, each user has two keys: a _____ key, which is shared with all users, and a _____ key, which is kept secret.

public; private

61
New cards

If Alice wants to send an encrypted message to Bob using an asymmetric algorithm, which key should she use to encrypt the message?

Bob's public key.

62
New cards

When Bob receives an asymmetrically encrypted message from Alice, what key must he use to decrypt it?

Bob's private key.

63
New cards

What type of algorithm produces a summary of a message's content, known as a message digest?

A hashing algorithm.

64
New cards

In hashing, when two different messages produce the same hash value, this is known as a _____.

collision

65
New cards

What symmetric encryption standard, published in 1977 and using a 56-bit key, is no longer considered secure?

Data Encryption Standard (DES).

66
New cards

Which symmetric algorithm was chosen by NIST in 2000 as the replacement for DES and allows for key strengths of 128, 192, and 256 bits?

Advanced Encryption Standard (AES).

67
New cards

What key exchange algorithm allows two parties to establish a shared secret over an insecure channel without a pre-existing public key infrastructure

The Diffie-Hellman algorithm.

68
New cards

The security principle of providing two different individuals with half of a key, requiring them to collaborate to re-create it, is known as _____.

split knowledge

69
New cards

What system involves a third party storing a protected copy of a cryptographic key for use in an emergency, such as a lost key?

Key escrow.

70
New cards

What is the most famous public key cryptosystem, developed in 1977, whose security depends on the difficulty of factoring large prime numbers?

RSA.

71
New cards

The security of Elliptic Curve Cryptography (ECC) is based on the difficulty of solving the elliptic curve _____ logarithm problem

discrete

72
New cards

What is a key requirement for a cryptographic hash function, meaning it is extremely hard to determine the input when provided with the output?

It must be a one-way function.

73
New cards

What government standard hash function, promoted by NIST, includes variants like SHA-256 and SHA-512?

Secure Hash Algorithm (SHA).

74
New cards

To create a digital signature, a sender encrypts a message digest with their own _____ key.

private

75
New cards

To verify a digital signature, a recipient decrypts the signed message digest using the sender's _____ key.

public

76
New cards

What does HMAC stand for in the context of cryptographic algorithms

Hash-Based Message Authentication Code.

77
New cards

The hierarchy of trust relationships that facilitates communication between parties previously unknown to each other is known as the _____

Public Key Infrastructure (PKI)

78
New cards

What is the international standard that governs the construction and format of digital certificates

X.509.

79
New cards

What type of digital certificate can be valid for a domain and all of its first-level subdomains, designated by an asterisk (*)?

A wildcard certificate.

80
New cards

In PKI, what is the name for the neutral organizations that offer notarization services for digital certificates?

Certificate Authorities (CAs).

81
New cards

What is the term for the top-level certificate in a PKI that serves as the basis of trust for all certificates issued by the CA

The root certificate.

82
New cards

To obtain a digital certificate, a user provides their public key to a CA in the form of a _____.

Certificate Signing Request (CSR)

83
New cards

What type of certificate provides the highest level of assurance, where the CA verifies that the certificate owner is a legitimate business?

Extended Validation (EV) certificate.

84
New cards

A _____ is a list maintained by a CA that contains the serial numbers of certificates that have been revoked

Certificate Revocation List (CRL)

85
New cards

What protocol provides a means for real-time certificate verification, eliminating the latency of CRLs?

Online Certificate Status Protocol (OCSP).

86
New cards

What extension to OCSP allows a web server to attach a timestamped OCSP response to its certificate, reducing the load on CA servers?

Certificate stapling.

87
New cards

What is the most common binary format for digital certificates, often using .der, .crt, or .cer extensions?

Distinguished Encoding Rules (DER).

88
New cards

The _____ certificate format is an ASCII text version of the DER format, often using .pem or .crt extensions.

Privacy Enhanced Mail (PEM)

89
New cards

What hardware devices store and manage encryption keys in a secure manner, preventing direct human interaction with the keys?

Hardware security modules (HSMs).

90
New cards

What type of cryptographic attack involves trying every possible key

A brute-force attack.

91
New cards

A cryptographic attack on hashes based on the probability of finding two inputs that produce the same output is known as a _____ attack

birthday

92
New cards

What type of attack tricks a system into shifting to a less secure cryptographic mode

A downgrade attack.

93
New cards

What is the practice of adding a randomly generated value to each password before it is hashed to protect against rainbow table attacks

Salting.

94
New cards

What process is used to create strong encryption keys from passwords by using thousands of iterations of salting and hashing

Key stretching.

95
New cards

What technology, formerly known as The Onion Router, provides a mechanism for anonymously routing traffic across the Internet using layers of encryption?

Tor.

96
New cards

Tor relies on a technology called _____ where layers of encryption prevent nodes in the relay chain from reading more than the necessary forwarding information

perfect forward secrecy

97
New cards

What technology is described as a distributed and immutable open public ledger, originally invented for Bitcoin?

Blockchain.

98
New cards

What emerging technology allows for data to be encrypted in a way that preserves the ability to perform computations on it

Homomorphic encryption.

99
New cards

What emerging field of computing attempts to use quantum mechanics and may be able to defeat current cryptographic algorithms that rely on factoring large prime numbers

Quantum computing.