Chapter 4 Flashcards

1
Q

Which of the following is NOT a method for strengthening a key?

Randomness
Cryptoperiod
Length
Variability

A

Variability

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

Which of the following block ciphers XORs each block of plaintext with the previous block of ciphertext before being encrypted?

Electronic Code Book (ECB)
Galois/Counter (GCM)
Counter (CTR)
Cipher Block Chaining (CBC)

A

Cipher Block Chaining (CBC)

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

What entity calls in crypto modules to perform cryptographic tasks?

A

crypto service provider

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

__________ are symmetric keys to encrypt and decrypt information exchanged during the session and to verify its integrity.

A

session keys

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

Which of these is considered the strongest cryptographic transport protocol?

TLS v1.2
TLS v1.0
SSL v2.0
SSL v2.0

A

TLS v1.2

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

The strongest technology that would assure Alice that Bob is the sender of a message is a(n) __________.

A

digital certificate

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

A digital certificate associates __________.

A

a user’s private key with the public key

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

Digital certificates can be used for each of these EXCEPT __________.

to verify the authenticity of the Registration Authorizer
to encrypt channels to provide secure communication between clients and servers
to verify the identity of clients and servers on the Web
to encrypt messages for secure email communications

A

to verify the authenticity of the Registration Authorizer

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

An entity that issues digital certificates is a __________.

A

certificate authority (CA)

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

A centralized directory of digital certificates is called a(n) __________.

A

Certificate Repository (CR)

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

__________ performs a real-time lookup of a digital certificate’s status.

A

Online Certificate Status Protocol (OCSP)

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

What is a value that can be used to ensure that hashed plaintext will not consistently result in the same digest?

A

Salt

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

Which digital certificate displays the name of the entity behind the website?

A

Extended Validation (EV) Certificate

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

Which trust model has multiple CAs, one of which acts as a facilitator?

A

Bridge

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

Which statement is NOT true regarding hierarchical trust models?

It is designed for use on a large scale.
The root signs all digital certificate authorities with a single key.
It assigns a single hierarchy with one master CA.
The master CA is called the root.

A

It is designed for use on a large scale.

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

Public key infrastructure (PKI) __________.

generates public/private keys automatically
creates private key cryptography
is the management of digital certificates
requires the use of an RA instead of a CA

A

is the management of digital certificates

17
Q

A(n) __________ is a published set of rules that govern the operation of a PKI.

A

certificate policy (CP)

18
Q

Which of these is NOT part of the certificate life cycle?

Expiration
Revocation
Authorization
Creation

A

Authorization

19
Q

__________ refers to a situation in which keys are managed by a third party, such as a trusted CA.

A

Key escrow

20
Q

__________ is a protocol for securely accessing a remote computer.

A

Secure Shell (SSH)