Encryption and Steganography Flashcards
What part of the CIA triad does Encryption cover?
Confidentiality
What is Encryption?
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.
Name two types of Ciphers.
Stream and Block
What is a Stream Cipher?
A cipher that encrypts data by byte.
What is a Block Cipher?
A cipher that encrypts data by block (64-bits and higher).
What are the benefits of using a stream cipher over a block cipher?
It is faster.
What are the benefits of using a block cipher over a stream cipher?
It is more secure and more difficult to reverse.
Name some types of encryption.
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
What is Steganography?
A process in which someone hides messages in images, audio, or video. It can be used to communicate secret messages in plain sight.