Summary
Encryption is the process of converting data into an unreadable form to secure it during transmission over public channels. Symmetric Encryption — uses the same key for both encryption and decryption. Example: A safe box that requires the same key to open and close. Asymmetric Encryption — uses two different keys, a public key and a private key, for encryption and decryption. Example: Sending a locked box where only the recipient has the key to open it. Caesar Cipher — a type of substitution cipher where each letter is shifted a certain number of places down the alphabet. Example: Shifting each letter by 5 positions.
Exam Tips
Key Definitions to Remember
- Encryption: The process of converting data into an unreadable form.
- Symmetric Encryption: Uses the same key for encryption and decryption.
- Asymmetric Encryption: Uses a pair of keys, public and private, for encryption and decryption.
- Caesar Cipher: A substitution cipher that shifts letters by a set number of places.
Common Confusions
- Confusing symmetric and asymmetric encryption.
- Misunderstanding the role of public and private keys in asymmetric encryption.
Typical Exam Questions
- What is symmetric encryption? It uses the same key for both encryption and decryption.
- How does asymmetric encryption work? It uses a pair of keys, one public and one private, for encryption and decryption.
- What is a Caesar Cipher? It is a substitution cipher where each letter is shifted a set number of places.
What Examiners Usually Test
- Understanding the difference between symmetric and asymmetric encryption.
- The ability to explain how a Caesar Cipher works.
- Knowledge of how encryption secures data during transmission.