CHP 4 Sec+ Flashcards

1
Q

Key Strength

A

There are three primary characteristics that determine the resiliency of the key to
attacks.

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

Key Strength (Randomness)

A

For a key to be considered
strong, it must be random with no predictable pattern. This thwarts an attacker from attempting to uncover the key

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

Key Strength (Length)

A

Shorter keys can be more
easily broken than longer keys. All the possible values for a specific key make up its
key space.

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

Key Strength (Cryptoperiod)

A

Having a limited cryptoperiod helps protect the ciphertext from extended cryptanalysis and limits the exposure time if a key is compromised.

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

Secret algorithm

A

Enhance security in the same way as keeping a key or password secret

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

Salt

A

A value that can be used to ensure that plaintext, when hashed, will not consistently result in the same digest.

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

Nonce (number used once)

A

Is an input value that must be unique within some
specified scope, such as for a given period or for an entire session.

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

Initialization
vector (IV)

A

Is the most widely used algorithm input. An IV may be considered as a nonce with an additional requirement: it must be selected in a non-predictable way

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

Digital certificate

A

Is a technology used to associate a user’s identity to a public key and that has been digitally signed by a trusted third party

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

Certificate Repository (CR)

A

A publicly accessible centralized directory of digital certificates that can be used to view the status of a digital certificate

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

Certificate Revocation

A

Digital certificates normally have an expiration date, such as one year from the date they were issued. However, there are circumstances that might be cause for the certificate to be revoked before it expires. If someone were to steal a user’s private key

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

Two primary functions web server digital certificates perform

A

Ensure the authenticity of the web server to the client. Ensure the authenticity of the cryptographic connection to the web server

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

Public key infrastructure (PKI)

A

Is the underlying infrastructure for the management of public keys used in digital certificates.

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

Trust

A

Confidence in or reliance on another person or entity

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

Third Party Trust

A

It refers to a situation in which two individuals trust each other because each trusts a third party

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

Key escrow

A

Refers to a process in which keys are managed by a third party, such as a trusted CA.

17
Q

Secure Sockets Layer (SSL)

A

To create an encrypted data path between a client and a server that could be used on any platform or operating system.

18
Q

Transport Layer Security (TLS)

A

Another widespread cryptographic transport algorithm. SSL v3.0 served as the basis for TLS v1.0