Study Guide Ch 6 Flashcards

1
Q

Plaintext (P)

A

Data that anyone can read

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

Ciphertext (C)

A

Encrypted message

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

Key

A

A number used to encrypt/decrypt

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

Key space

A

The range of values that are valid for use as a key for a specific algorithm

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

Bit size

A

The number of binary bits in the key

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

Cryptovariable

A

A cryptographic key

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

Cryptography

A

The art of creating and implementing secret codes and ciphers

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

Cryptanalysis

A

The study of methods to defeat codes and ciphers

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

Cryptology

A

The combined areas of cryptography and cryptanalysis

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

Cryptosystem

A

A specific implementation of a code or cipher in hardware or software

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

AND operation

A

Returns true only if both values is true

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

OR operation

A

Returns true if at least one of the values is true

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

NOT operation

A

Reverses the value of an input variable

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

Exclusive OR operation

A

Returns true when only one of the input values is true

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

The modulo function

A

the remainder value left over after a division operation is completed.

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

one-way functions

A

A mathematical operation that easily produces output values but makes is impossible to retrieve the input values

17
Q

Nonce

A

A random number used as a placeholder variable in mathematical functions