Cryptography Flashcards

1
Q

What is a cipher?

A

an algorithm performing encryption and decryption

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

What is a key?

A

specifies the transformation of data for encryption / decryption

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

What is a Substitution cipher?

A

Every character is substituted with another one. ex. Caesar Cipher

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

What is a Polyalphabetic cipher?

A

Based on substitution, Uses multiple substitution alphabets. ex. Vigenère cipher

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

What is a Transposition cipher?

A

Plain text is repositioned (shifted) to create a ciphertext. Also called a zigzag cipher
ex. Rail fence cipher (ancient Greeks)

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

Define computationally infeasible

A

A computation which although computable would take far too many resources to actually compute.

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

What is a Block cipher?

A

Fixed-size blocks are split up into blocks and fed into the cipher using a symmetric key

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

What is a Stream cipher?

A

Combines One bit at a time using a symmetric key with a pseudorandom cipher digit stream (keystream)

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

What is a XOR cipher?

A

If the inputs match, the output is a 0; otherwise, it is a 1.

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

What layer of OSI stack does PPP encryption happen?

A

Data link layer

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

What layer of OSI stack does IPSec encryption happen?

A

Internet layer

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

What layer of OSI stack does TCP encryption happen?

A

Transport layer

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

What layer of OSI stack does SSL / TLSencryption happen?

A

Application layer

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