0984

Encryption

Data Transmission · 4 question types

Exam Frequency Analysis

Past paper frequency (2018 to 2024)

This topic accounts for approximately 4% of your exam marks.

increasing
Rare
Increasing4%

Symmetric vs asymmetric encryption questions are growing as cybersecurity becomes more prominent.

Modern encryption splits into two big families, distinguished by how many keys are used.

Symmetric encryptionAsymmetric encryption
Number of keysOneTwo (a public key + a private key)
Key used to encryptThe shared secret keyThe recipient's public key
Key used to decryptThe same shared keyThe recipient's private key
Key shared with everyone?No, must be kept secretThe public key can be shared freely; the private key must stay secret
SpeedFastSlower (more complex maths)
Main challengeSharing the key securely with the recipientNone: the public key can be sent openly
ExamplesAES, DES, Wi-Fi (WPA2)RSA, ECC, HTTPS handshake

The next two sections look at each family in turn.

Exam tip

Differences between symmetric and asymmetric encryption

What comes up: a 2- or 4-mark question asking you to describe or give differences (and sometimes a similarity) between symmetric and asymmetric encryption.

Write (for differences): (1) In symmetric encryption, the same single shared key is used to both encrypt and decrypt the data; in asymmetric encryption, a different key is used for each direction: a public key to encrypt and a separate private key to decrypt. (2) In asymmetric encryption the public key can be freely shared with anyone, whereas the private key is kept secret by the owner; in symmetric encryption the single key must be kept secret and shared securely with the other party.

Write (for a similarity): Both symmetric and asymmetric encryption transform plaintext into ciphertext, and both require a key to decrypt the data.

Watch out: Do not mix up which key does what in asymmetric encryption. The public key encrypts; the private key decrypts — not the other way around.