4.5.6.10 FoDR - Encryption Flashcards
What is meant by encryption
The process of scrambling data so that it cannot be understood if intercepted
in order to keep it secure during transmission
What is meant by plain text
the message in a form that can be understood easily
What is meant by cipher text
the encrypted message
What is meant by a cipher
A cipher is a set of instructions (an algorithm) for encrypting plain text.
Describe the process of Encryption
Plaintext is encrypted using a cipher. The cipher text is transmitted to the recipient. The ciphertext is decrypted using another cipher and an encryption key
What are the 2 types of cipher
Caesar
Vernam
What are the 2 types of Caesar Cipher, and explain how they work
Shift - shifts each letter of the plain text by an amount specified by the key. For example, if the key is 3, each letter is shifted three places to the right.
Random Substitution - each letter of the alphabet is replaced by another character randomly
Why are Caesar ciphers easy to crack
- Certain letters are used normally more than others, meaning in the ciphertext there will be dominant repeated characters. By examining the ciphertext for frequently used characters it ill be easier to decrypt the message