CISSP: Cryptography Flashcards

0
Q
  1. A type of cipher that replaces bits, characters, or character blocks with alternate bits, characters, or character blocks to produce ciphertext is known as a

A. Permutation cipher
B. Block cipher
C. Transposition cipher
D. Substitution cipher

A

D. Substitution cipher

Transposition ciphers and permutation ciphers rearrange data to produce ciphertext. A block cipher is a type of cipher that operates on a block of data. Review “Types of ciphers.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

1 The four modes of DES include all the following except

A. ECB
B. ECC
C. CFB
D. CBC

A

B. ECC

ECC is the Elliptic Curve cryptosystem, an asymmetric algorithm. ECB (Electronic Code Book), CFB (Cipher Feedback), CBC (Cipher Block Chaining), and OFB (Output Feedback) are all valid DES modes of operation. Review “Data Encryption Standard (DES).”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Which of the following is not an advantage of symmetric key systems?

A. Scalability
B. Speed
C. Strength
D. Availability

A

A. Scalability

Symmetric key systems aren’t scalable because of the difficulty of key management between individual pairs of communicating parties. Review “Symmetric key cryptography.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. The Advanced Encryption Standard (AES) is based on what symmetric key algorithm?

A. Twofish
B. Knapsack
C. Diffie-Hellman
D. Rijndael

A

D. Rijndael

The NIST selected the Rijndael Block Cipher as the AES. Twofish was a finalist for the AES standard but wasn’t selected. Knapsack and Diffie-Hellman are asymmetric key systems. Review “Advanced Encryption Standard (AES).”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. A message that’s encrypted with only the sender’s private key, for the purpose of authentication, is known as a(n)

A. Secure message format
B. Signed and secure message format
C. Open message format
D. Message digest

A

C. Open message format

A secure message is encrypted by using the receiver’s public key to achieve confidentiality. A signed and secure message is encrypted with both the receiver’s public key and the sender’s private key. A one-way hashing function produces a message digest to digitally sign a message for authentication. Review “Asymmetric key cryptography.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. All the following are examples of asymmetric key systems based on discrete logarithms except

A. Diffie-Hellman
B. Elliptic Curve
C. RSA
D. El Gamal

A

C. RSA

RSA is based on factoring large prime numbers. Review “RSA.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. The four main components of a Public Key Infrastructure (PKI) include all the following except

A. Directory Service
B. Certification Authority
C. Repository
D. Archive

A

A. Directory Service

The four basic components of a PKI are the Certificate Authority (CA), Registration Authority (RA), Repository, and Archive. Review “Public Key Infrastructure (PKI).”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which of the following Internet specifications provides secure e-commerce by using symmetric key systems, asymmetric key systems, and dual signatures?

A. Public Key Infrastructure (PKI)
B. Secure Electronic Transaction (SET)
C. Secure Sockets Layer (SSL)
D. Secure Hypertext Transfer Protocol (S-HTTP)

A

B. Secure Electronic Transaction (SET). Only SET implements the concept of dual signatures for authentication. Review “Internet Security Applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. The minimum number of SAs required for a two-way IPSec session between two communicating hosts using both AH and ESP is

A. 1
B. 2
C. 4
D. 8

A

C. 4

Four Security Associations (SAs) are required because SAs are simplex (one-way) and an SA is required for each protocol. Review “IPSec.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. An IPSec SA consists of the following parameters, which uniquely identify it in an IPSec session, except

A. Source IP Address
B. Destination IP Address
C. Security Protocol ID
D. Security Parameter Index (SPI)

A

A. Source IP Address

The Source IP Address isn’t included in an SA. Review “IPSec.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which feature or mode of IPsec protects the actual source and destination IP addresses?

a. Transport mode
b. Tunnel mode
c. Internet Key Exchange (IKE)
d. Security Parameter Index (SPI)

A

B. Tunnel mode encrypts the actual source and destination IP addresses and is added to the beginning of the packet with a new Layer 3 header.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What network location needs to be checked to verify whether the issuer of an X.509 digital certificate has withdrawn its claim of trust for the subject of the certificate?

a. The certificate revocation list (CRL)
b. Directory services registry
c. The email server for the organization
d. The CRL distribution point (CDP)

A

D. The CDP is a network location where the CRL is published.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following is not a characteristic of the one-time pad?

a. The key must be as long as the message.
b. The key is never reused.
c. The key is bound to a certificate.
d. The key should be highly randomized.

A

C. The public key in a PKI is bound to a digital certificate. This has nothing to do with a one-time pad.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following describes an attacker attempting to create a collision by using a hashing algorithm?

a. The brute force attack
b. The rainbow attack
c. The birthday attack
d. The ciphertext-only attack

A

C. The birthday attack is an attempt to produce the same hash value for a modified message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following accurately describes the requirement to produce a signed and sealed message?

a. Sender’s public key, sender’s private key, and a hashing algorithm
b. Sender’s private key, recipient’s public key, and a hashing algorithm
c. Sender’s private key, recipient’s private key, and a hashing algorithm
d. Sender’s private key, recipient’s public key, and recipient’s private key

A

B. The digital signature requires the sender’s private key and a hashing algorithm. The sealing of a message requires the recipient’s public key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following accurately describes the attack used to reveal the sender’s symmetric key easily?

a. Ciphertext only
b. Known plaintext
c. Chosen plaintext
d. Chosen ciphertext

A

C. By choosing a block of all zeroes as the chosen plaintext, the results should show the symmetric key used to encrypt the messages.

16
Q

Which of the following is the fastest and strongest mode of symmetric key block ciphers?

a. Counter mode
b. Output Feedback mode
c. Cipher Feedback mode
d. Cipher block chaining

A

A. Counter mode is the fastest and strongest mode of symmetric key block ciphers.

17
Q

Which function is used in the S-box in contemporary symmetric key cryptosystems?

a. Transposition
b. Hashing
c. Pseudo-random number generation
d. Exclusive Or

A

D. The Exclusive Or (XOR) function is used inside the S-boxes in symmetric key block ciphers. The S is for substition.