Encryption Flashcards

1
Q

Define encryption

A

Using an algorithm to change data so it can only be read by intended recipient

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

Define decryption

A

Process of turning encrypted data back to data that can be understood

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

Define cipher

A

Algorithm used to encrypt or decrypt

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

Plaintext

A

Unencrypted message

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

Ciphertext

A

Encrypted message

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

Key

A

Data that defines how the plaintext will be encrypted

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

Two types of encryption. As well as definition

A

Symmetric: Uses the same key for both encryption and decryption

Asymmetric: Different keys used for encryption and decryption

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

Define Caesar cipher

A

A type of substitution cipher. Replaces plaintext with a fixed number of places down the alphabet. Symmetric encryption

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

Disadvantages to a Caesar cipher

A

Word structure is preserved
Letter frequency is a big clue
Easy to crack with brute force

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

Define Vernam cipher

A

XOR plaintext with key in binary to produce ciphertext

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

How do you decrypt Vernam cipher

A

XOR ciphertext with the key

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