6. Encryption Flashcards
1
Q
Plaintext
A
In human, legible form
2
Q
Ciphertext
A
Data which has been encrypted
3
Q
Key
A
Data that is used to encrypt and decrypt other data
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
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
6
Q
Uernam Cipher Method
A
- Convert each plain text into numerical value
- Convert one time key into numerical
value - Xor the numbers together and convert back into characters