6. Encryption Flashcards

1
Q

Plaintext

A

In human, legible form

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

Ciphertext

A

Data which has been encrypted

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

Key

A

Data that is used to encrypt and decrypt other data

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

Caesar Cipher

A

A substitution cipher which shifts the whole alphabet by +-25 and assigns the alphabet letters to be the same as the same letter of which is in the equivalent position in the new alphabet

*Can be broken by frequency analysis

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

Vernam Cipher

A
  • Only method proven to that is most effective
  • Key must be equal or longer than the Plaintext
  • Sender and Recipient must share secretly
  • Key must be random and one use only
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Uernam Cipher Method

A
  1. Convert each plain text into numerical value
  2. Convert one time key into numerical
    value
  3. Xor the numbers together and convert back into characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly