2.5 Encryption
Seven stages from first read to exam-ready. Pick up wherever you left off.
Your progress
The seven stages
2.5 Encryption Trainer
Understand symmetric and asymmetric encryption, the role of keys, and how HTTPS secures data — tested every session.
Mistakes
Personal notes + feedback
Your own jottings on 2.5. The 📚 Book Notes tab inside the lesson is the taught content — this page is yours.
Quick note
One box, one thought. Saved straight to the list below.
Titled note
Saved notes
Stats
Bookmarks
Knowledge Vault
Add entry
Entries
§1 · Topic overview
§2 · Learning objectives
By the end of this lesson you should be able to:
- Define encryption, plain text, cipher text and encryption key
- Explain why data is encrypted before it is transmitted
- State that encryption does not prevent data being stolen — only that the stolen data is meaningless
- Describe the symmetric encryption process in ordered steps
- Describe the asymmetric encryption process in ordered steps
- Explain how the public and private keys work as a pair
- Explain why asymmetric was developed — the weakness in sending a symmetric key across a network
- Always name which type of encryption you mean
§3 · Key terminology
| Term | Definition |
|---|---|
| Encryption | A method of securing data for storage or transmission that scrambles it and makes it meaningless. |
| Plain text | The name given to data before encryption. |
| Cipher text | The name given to data after encryption. |
| Encryption key | A type of algorithm that is used to encrypt data. |
| Decrypt | To use a key to turn cipher text back into plain text, so it has meaning again. |
| Symmetric encryption | A type of encryption that uses the same key to encrypt and decrypt data. |
| Asymmetric encryption | A type of encryption that uses two different keys to encrypt and decrypt data. |
| Public key | An encryption key that is made public so anyone can use it to encrypt data being sent to you. |
| Private key | The paired key, always kept private, used to decrypt data that was encrypted with your public key. |
| Interception | A hacker obtaining the data during transmission. Encryption does not prevent this — it only makes what is obtained meaningless. |
§4 · Core theory
The journey of the data
| Stage | What the data is called |
|---|---|
| 1 | Before encryption — plain text |
| 2 | An encryption key scrambles it — it becomes cipher text, which is meaningless |
| 3 | The cipher text is transmitted to the receiving device |
| 4 | The receiving device uses a key to decrypt it |
| 5 | It is plain text again and has meaning |
Symmetric — one key, used twice
| Step | What happens |
|---|---|
| 1 | Plain text is encrypted into cipher text using an encryption key. |
| 2 | The cipher text and the encryption key are sent separately to the receiving device. |
| 3 | The same key is used to decrypt the cipher text back into plain text. |
Asymmetric — two keys, a matched pair
| Step | What happens |
|---|---|
| 1 | Plain text is encrypted into cipher text using the recipient's public key. |
| 2 | The cipher text is transmitted to the receiving device. |
| 3 | The cipher text cannot be decrypted with the public key — it is decrypted with the private key. |
Side by side
| Symmetric | Asymmetric | |
|---|---|---|
| Number of keys | One | Two — a public and a private key |
| Encrypts with | The shared key | The public key |
| Decrypts with | The same shared key | The private key |
| Key is transmitted? | Yes — sent separately, which is its weakness | The private key is never transmitted |
| Security | Simpler, less secure | More secure |
| Typical use | Data of lower importance; data stored rather than transmitted | Data sent across networks and the internet |
§5 · Worked examples
Example 1 — Symmetric encryption [3 marks]
Question: Describe how symmetric encryption is used to transmit data securely.
Answer: The plain text is encrypted into cipher text using an encryption key [1]. The cipher text and the encryption key are sent separately to the receiving device [1]. The same key is then used to decrypt the cipher text back into plain text [1].
Why it earns the marks: the word same is the mark that identifies it as symmetric. Writing "a key is used to decrypt it" could describe either method and earns nothing.
Example 2 — Asymmetric encryption [4 marks]
Question: Describe how asymmetric encryption is used when transmitting data, including the role of each key.
Answer: The plain text is encrypted into cipher text using the recipient's public key [1], which is made publicly available so any device can use it to encrypt data being sent to them [1]. The cipher text is transmitted to the receiving device [1]. It cannot be decrypted with the public key — the recipient decrypts it with their private key, which is never made available to anyone else [1].
Why it earns the marks: both keys are named and given their job. "Two keys are used" without saying which does what is one vague idea.
Example 3 — What encryption does and doesn't do [3 marks]
Question: A company encrypts customer data before transmitting it. Explain how this protects the data, and state one thing encryption does not do.
Answer: The data is scrambled using an encryption key so that it becomes meaningless [1]. If a hacker obtains it, they will not be able to understand any of it [1]. However, encryption does not stop the hacker stealing or intercepting the data in the first place — it only makes what they take meaningless [1].
Why it earns the marks: the third mark is the one nearly everyone drops. Encryption protects meaning, not possession.
§6 · Common misconceptions
It does not. The data can still be intercepted. Encryption means what is stolen is scrambled and meaningless. This is the single most rewarded point in the topic — say it explicitly.
Which type? An answer that would fit both symmetric and asymmetric identifies neither. Name the method and name the keys.
Backwards. The public key encrypts, the private key decrypts. Cipher text cannot be decrypted with the public key it was encrypted with.
Symmetric = one key used for both jobs. Asymmetric = two different keys. Get these the wrong way round and the whole answer collapses.
It scrambles it. The data is still there and still transmitted — it just has no meaning without the key.
Data before encryption is plain text; after encryption it is cipher text. Not "the code", not "the password", not "the scrambled version".
§7 · Cambridge exam focus
§8 · Quick knowledge check
Tap each card to reveal the answer. Say it out loud first — that's the whole trick.
🔒 Nearly there
Work through the Quick Knowledge Check above. Once you've reviewed all six, the Activities unlock recommendation appears here.
What is encryption?
Definition
Encryption converts data into a coded form (ciphertext) using a key, so that unauthorised users cannot understand it. Only someone with the correct key can decrypt it back to plaintext.
Symmetric vs Asymmetric
🔑 Symmetric
ONE key — the same key encrypts AND decrypts.
Advantage: Faster processing.
Disadvantage: The key must be shared between sender and receiver — risk of interception.
Example: Shared password for a ZIP file.
🔑🔑 Asymmetric
TWO keys — public key encrypts, private key decrypts.
Advantage: More secure — private key is never shared.
Disadvantage: Slower than symmetric.
Example: HTTPS, online banking.
Encryption simulator
Watch how each encryption type works.
Press Symmetric or Asymmetric to see the process.
HTTPS
How HTTPS secures data
HTTPS uses asymmetric encryption. Data is encrypted using the web server's public key. Only the server can decrypt it using its private key. This protects data during transmission (e.g. passwords, payment details).
Quick check
Encryption prevents data from being:
Activity 1 — Symmetric or Asymmetric?
Press New Question.
Activity 2 — Spot the Mistake
Press New Question.
Activity 3 — Key Matcher
Which key does what?
Press New Question.
Adaptive practice
Press New Question.
Cambridge-style questions
Press New Question.
Review quiz
Press New.
Exam traps
Memory triggers
🧠 "Sym = Same"
Symmetric starts with S, Same starts with S. One key, same for both.
🧠 "Public = padlock, Private = only your key"
Anyone can lock a padlock (public key), but only the owner has the key to open it (private key).
🧠 "Coded form, not hidden"
Encryption converts to coded form — the data isn't hidden or prevented from being seen. It just can't be understood.