📚 Knowledge Library — Topic 2.6 — Data Transmission

Encryption Protecting Data

Understand how encryption turns readable data into meaningless cipher text, and why public and private keys help keep data secure online.

1. Invitation

Data can be intercepted.

When data travels across a network, someone may intercept it.

Encryption protects the meaning of the data by scrambling it before it is sent.

💡 Remember: encryption does not stop interception. It makes intercepted data meaningless.
Figure 1.1
Why Encrypt?
Readable data

Encrypted data

Meaningless if intercepted
2. Big Idea

Encryption changes plain text into cipher text.

Plain text is the original readable data.

Cipher text is the encrypted data. It looks scrambled until the correct key is used to decrypt it.

💡 Plain text = readable. Cipher text = encrypted and meaningless without the key.
Figure 2.1
Plain Text to Cipher Text
HELLO
↓ key + algorithm
7XQ#9
The real method is mathematical, not random.
3. FutureLogic Bridge

Think of a locked box.

Encryption is like putting a message into a locked box before sending it.

Someone may steal the box, but they cannot understand the message without the correct key.

💡 Bridge: interception can still happen, but the message is protected.
Figure 3.1
Locked Box Model
Message

🔒 Locked box

Only key opens it
4. Worked Example

Symmetric encryption uses one shared key.

In symmetric encryption, the same key is used to encrypt and decrypt the data.

Both sender and receiver must have the shared key.

Symmetric process

Sender
encrypts
Same key
shared
Receiver
decrypts
One key does both jobs.
Figure 4.1
Symmetric Encryption
🔑 Shared key

Encrypt
+
Decrypt
5. Asymmetric Encryption

Asymmetric encryption uses two keys.

Asymmetric encryption uses a public key and a private key.

The public key encrypts the data. The private key decrypts it. The private key is not shared.

🎯 Exam Tip: public key encrypts, private key decrypts.
Figure 5.1
Two-Key System
Public key
= encrypt

Private key
= decrypt
The private key stays with the receiver.
6. HTTPS

HTTPS uses encryption for web data.

HTTPS helps protect data sent between a browser and a web server.

The server sends a digital certificate. If it is valid, an encrypted connection is created.

🎯 Exam Tip: the server sends the certificate to the browser, not the other way round.
Figure 6.1
HTTPS Connection
Browser

Server certificate

Encrypted connection
7. Common Mistake

Encryption does not prevent data theft.

Students often write that encryption stops data being intercepted.

That is not accurate. Encryption makes the data meaningless if it is intercepted.

⚠️ Common Mistake: do not write “encryption stops interception”. Write “if intercepted, the data cannot be understood”.
Figure 7.1
Correct Exam Wording
❌ Stops stealing

✅ Makes intercepted data
meaningless
8. Exam Tip

Compare both sides.

When comparing symmetric and asymmetric encryption, always mention both methods.

TypeKey idea
SymmetricOne shared key encrypts and decrypts
AsymmetricPublic key encrypts, private key decrypts
🎯 Exam Tip: a difference must explain both sides, not only one.
Figure 8.1
Compare Clearly
Symmetric
1 key

Asymmetric
2 keys
9. Summary

Encryption in one screen.

Encryption converts plain text into cipher text using an algorithm and key.

Symmetric encryption uses one shared key. Asymmetric encryption uses public and private keys.

HTTPS uses encryption to help protect data sent between a browser and server.

💡 Key idea: encryption protects meaning, not the physical movement of data.
Figure 9.1
Topic Summary
Plain text

Cipher text

Decrypt with key