Encryption and Steganography Flashcards

1
Q

What part of the CIA triad does Encryption cover?

A

Confidentiality

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

What is Encryption?

A

The process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information.

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

Name two types of Ciphers.

A

Stream and Block

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

What is a Stream Cipher?

A

A cipher that encrypts data by byte.

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

What is a Block Cipher?

A

A cipher that encrypts data by block (64-bits and higher).

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

What are the benefits of using a stream cipher over a block cipher?

A

It is faster.

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

What are the benefits of using a block cipher over a stream cipher?

A

It is more secure and more difficult to reverse.

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

Name some types of encryption.

A

Electronic Code Book: Weakest
Cipher Block Chaining: Errors affect whole chain
Cipher Feedback (CFB): Works like stream cipher
Output Feedback (OFB): Works like stream cipher
Counter Mode (CTR): Strongest

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

What is Steganography?

A

A process in which someone hides messages in images, audio, or video. It can be used to communicate secret messages in plain sight.

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