Topic 2 Data Transmission

2.5 Encryption

Seven stages from first read to exam-ready. Pick up wherever you left off.

Your progress

0 / 7Stages visited
0%Accuracy
0 / 10Checklist

The seven stages

Topic 2 Data Transmission

2.5 Encryption Trainer

Understand symmetric and asymmetric encryption, the role of keys, and how HTTPS secures data — tested every session.

🧪 Cambridge Exam Mode ON — hints hidden, feedback delayed, model answers locked until marking.
Mistakes

Mistakes

📝 My Notes

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

Title
Note

Saved notes

Progress

Stats

0%Accuracy
0Answered
0Streak
Bookmarks

Bookmarks

Knowledge Vault 2.0

Knowledge Vault

Add entry

Category
Confidence
Title
Info

Entries

§1 · Topic overview

Data is valuable — especially when it holds personal details — so a hacker may try to steal it while it is being transmitted. Encryption is one method of protecting it. Data before encryption is called plain text. An encryption key — which is a type of algorithm — scrambles it into cipher text, which is meaningless. The cipher text is transmitted, and the receiving device uses a key to decrypt it back into plain text so it has meaning again. Here is the point examiners reward most, and the one students most often miss: encryption does not stop a hacker stealing the data. It means that what they steal is meaningless to them. There are two methods — symmetric, which uses the same key at both ends, and asymmetric, which uses two different keys.

§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

TermDefinition
EncryptionA method of securing data for storage or transmission that scrambles it and makes it meaningless.
Plain textThe name given to data before encryption.
Cipher textThe name given to data after encryption.
Encryption keyA type of algorithm that is used to encrypt data.
DecryptTo use a key to turn cipher text back into plain text, so it has meaning again.
Symmetric encryptionA type of encryption that uses the same key to encrypt and decrypt data.
Asymmetric encryptionA type of encryption that uses two different keys to encrypt and decrypt data.
Public keyAn encryption key that is made public so anyone can use it to encrypt data being sent to you.
Private keyThe paired key, always kept private, used to decrypt data that was encrypted with your public key.
InterceptionA 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

StageWhat the data is called
1Before encryption — plain text
2An encryption key scrambles it — it becomes cipher text, which is meaningless
3The cipher text is transmitted to the receiving device
4The receiving device uses a key to decrypt it
5It is plain text again and has meaning

Symmetric — one key, used twice

StepWhat happens
1Plain text is encrypted into cipher text using an encryption key.
2The cipher text and the encryption key are sent separately to the receiving device.
3The same key is used to decrypt the cipher text back into plain text.
This is the simplest method and is still used for data that is not highly important — for example encrypting data you store on your own computer or an external drive, where it is never transmitted across a network.

Asymmetric — two keys, a matched pair

StepWhat happens
1Plain text is encrypted into cipher text using the recipient's public key.
2The cipher text is transmitted to the receiving device.
3The cipher text cannot be decrypted with the public key — it is decrypted with the private key.
Why the pair works: your public key is made public deliberately, so anyone who wants to send you encrypted data can obtain it and encrypt with it. Anything encrypted with your public key can only be decrypted with your private key, which your device never makes available to anyone else. Why asymmetric exists: people worried that a hacker could intercept both the cipher text and the key when a symmetric key was sent across a network, so a more secure method was developed.

Side by side

SymmetricAsymmetric
Number of keysOneTwo — a public and a private key
Encrypts withThe shared keyThe public key
Decrypts withThe same shared keyThe private key
Key is transmitted?Yes — sent separately, which is its weaknessThe private key is never transmitted
SecuritySimpler, less secureMore secure
Typical useData of lower importance; data stored rather than transmittedData sent across networks and the internet
The one-line version: plain text in · key scrambles it · cipher text out · symmetric reuses one key, asymmetric uses public to lock, private to unlock · and none of it stops the theft, only the understanding.

§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

⚠ "Encryption stops hackers stealing the data."
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.
⚠ "The data is encrypted using a key."
Which type? An answer that would fit both symmetric and asymmetric identifies neither. Name the method and name the keys.
⚠ "The public key decrypts the data."
Backwards. The public key encrypts, the private key decrypts. Cipher text cannot be decrypted with the public key it was encrypted with.
⚠ Swapping the key counts.
Symmetric = one key used for both jobs. Asymmetric = two different keys. Get these the wrong way round and the whole answer collapses.
⚠ "Encryption hides or deletes the data."
It scrambles it. The data is still there and still transmitted — it just has no meaning without the key.
⚠ Loose naming.
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

Encryption scrambles data to make it meaningless. Use that phrasing.
It does not prevent interception or theft — only understanding. State this when asked what encryption does.
Symmetric = the same key encrypts and decrypts. The word "same" is the mark.
Asymmetric = public key encrypts, private key decrypts. Two keys, each with a stated job.
Name the data at each stage: plain textcipher textplain text.
An encryption key is a type of algorithm, not a password.
If the question says "a type of encryption", you must name which one and justify it.

§8 · Quick knowledge check

Tap each card to reveal the answer. Say it out loud first — that's the whole trick.

1. Define encryption.
Tap to reveal
A method of securing data for storage or transmission that scrambles it and makes it meaningless.
2. What are the data called before and after encryption?
Tap to reveal
Plain text before encryption, cipher text after encryption.
3. Does encryption stop a hacker stealing transmitted data?
Tap to reveal
No. The data can still be stolen or intercepted. Encryption means the data they obtain is scrambled and meaningless to them.
4. How many keys does symmetric encryption use, and how?
Tap to reveal
One. The same key is used to encrypt the plain text and to decrypt the cipher text. The key is sent separately to the receiving device.
5. In asymmetric encryption, which key encrypts and which decrypts?
Tap to reveal
The public key encrypts the plain text into cipher text. The private key decrypts it. The cipher text cannot be decrypted with the public key.
6. Why was asymmetric encryption developed?
Tap to reveal
Because with symmetric encryption a hacker could intercept both the cipher text and the encryption key when the key was sent across a network, so a more secure method was needed.
0 of 6 reviewed

🔒 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.

⚠ Critical trap: Encryption does NOT stop data being intercepted or stolen. The data can still be read — it just won't make sense without the key. Don't say encryption "prevents access." (Jun 2024, Jun 2025)
⚠ Trap: Don't say "data is encrypted using a key" without specifying which type (symmetric or asymmetric). This is too vague for marks. (Jun 2024)

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.

⚠ Trap: For symmetric, you must state it's the same key for both encryption AND decryption — not just "uses a key." (Jun 2024)
⚠ Trap: For asymmetric, anyone can know the public key but only the intended recipient knows the private key. (Mar 2024)

Encryption simulator

Watch how each encryption type works.

📄 Plaintext
🔑 Key
🔒 Ciphertext
🔓 Decrypted

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).

⚠ Trap: Encryption does not stop a hack. If the question asks about security, encryption is part of the answer but not the complete solution. (Nov 2025)

Quick check

Encryption prevents data from being:

Intercepted
Understood by unauthorised users
Transmitted
Stored

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

⚠ 1: Encryption does NOT stop interception. Data can still be read as ciphertext. (Jun 2024)
⚠ 2: "Data is encrypted using a key" is too vague. Specify symmetric or asymmetric. (Jun 2024)
⚠ 3: Symmetric = same key for both. Must say "same key" explicitly. (Jun 2024)
⚠ 4: Asymmetric: public encrypts, private decrypts. Anyone can know public, only recipient knows private. (Mar 2024)
⚠ 5: Encryption will NOT stop a hack. It's one part of security, not the whole answer. (Nov 2025)

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.

Mastery Map

Checkpoints

[ ] Define encryption accurately
[ ] State purpose (coded form, unauthorised)
[ ] Describe symmetric (same key)
[ ] Describe asymmetric (public + private)
[ ] Public encrypts, private decrypts
[ ] Encryption ≠ prevention of interception
[ ] Explain HTTPS using asymmetric
[ ] Compare symmetric vs asymmetric
[ ] Use "coded form" not vague terms
[ ] Cambridge exam confidence