Encryption Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is encryption?

A

The process of converting a message into ciphertext so it can’t be understood by an unauthorised third party

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

What are the advantages of encryption?

A

It stops data being stolen.

It stops data being changed.

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

What is Ciphertext and plaintext

A

Plaintext is the data before it’s encrypted. Ciphertext is the data after it’s been encrypted.

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

How is does a Caesar Cipher work?

A

Each letter is replaced with a different letter in the alphabet by shifting all the letters along by a certain amount.

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

How is does a Vernam Cipher work?

A

It uses a one time pad that is the same length or longer than the data to be encrypted. Then an XOR operation is performed to create the cipher text

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

Why is using a Vernam Cipher more secure than using a Caesar Cipher?

A

A Caesar Cipher can only shift 25 times so could be decoded easier than a Vernam Cipher that uses a key once (one time pad) and an XOR operation, making it impossible to decrypt without the key.

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

What is computational security

A

is used to describe the effectiveness of a cipher

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

What type of cipher is a caesar cipher?

A

It’s a substitution cipher

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

What is a disadvantage of caesar ciphers?

A

They can be easily cracked due to frequency analysis

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

What are the two requirements of a key used for a vernam cipher?

A
  • must be completely random

- must not be reused

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

What are the requirements of for a computationally secure vernam cipher?

A

It can be cracked, but not in a reasonable amount of time

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

What is a requirement of the one time pad?

A

It must be at least as long or longer than the data that’s being encrypted

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