AQA GCSE CSPaper 2 · Unit 6Lesson 8

Paper 2 · Unit 6 · CS-L6-08

Identifying & Authenticating Users

60 minutes · AQA 8525 · Paper 2 — Cyber security

Spec & Goals 3 min

AQA Spec 3.6.2 — Detecting/preventing threats: passwords, biometrics, CAPTCHA, email confirmation

By the end of this lesson you can:

  1. Explain how password systems and biometrics authenticate users.
  2. Describe the purpose of CAPTCHA and email confirmation.
  3. Explain how two-factor authentication strengthens security.

Warm-Up 5 min

Lessons 2–6 were the attacks. The next two lessons are the defences. We start with proving a user is who they claim to be — authentication.

Quick starter

To unlock a phone you might use a PIN, a fingerprint, or face recognition. What's the key difference between the PIN and the fingerprint?

Reveal the idea

A PIN is something you know; a fingerprint is something you are (a biometric). Biometrics are hard to copy or share.

Key Concept — proving identity 14 min

Authentication is the process of confirming that a user is who they claim to be before granting access.

MethodHow it worksStrengths / weaknesses
Password systemsThe user proves identity with a secret they know.Simple; but can be guessed, phished or reused — must be strong.
BiometricsUses a physical feature — fingerprint, face, iris.Hard to copy/share; but needs special hardware and can fail to read.
CAPTCHAA puzzle (distorted text, image tiles) easy for humans, hard for bots.Blocks automated attacks (brute force, fake sign-ups); mild user friction.
Email confirmationA link/code sent to the user's email must be clicked/entered.Confirms the user controls that account; stops fake registrations.

Two-factor authentication (2FA)

Two-factor authentication requires two different types of proof — typically something you know (password) plus something you have (a code on your phone) or are (a fingerprint).

Worked Example — choose the right check 12 min

Problem: A banking app wants strong sign-in security and protection against bots and fake accounts. Recommend measures and justify each.

NeedMeasureWhy
Stop stolen passwords workingTwo-factor authenticationA second factor (phone code) is needed as well as the password.
Fast, convenient unlockBiometrics (fingerprint/face)Hard to copy or share; no password to phish.
Block automated login attemptsCAPTCHA + attempt limitStops bots brute-forcing passwords.
Confirm new sign-ups are realEmail confirmationProves the user controls the email account.

Try It Yourself 12 min

🟢 Easy

Goal: Define biometrics and give two examples.

🟡 Medium

Goal: Explain the purpose of a CAPTCHA.

🔴 Stretch

Goal: Explain how two-factor authentication protects an account even if the password is stolen.

📝 Exam Practice 10 min

State[2 marks]

State two examples of biometric authentication.

Mark scheme
  • Any two of: fingerprint; facial recognition; iris/retina scan; voice recognition (2).
Explain[2 marks]

Explain how a CAPTCHA helps to prevent cyber attacks.

Mark scheme
  • It presents a test that is easy for a human but hard for a computer/bot (1).
  • So automated programs (e.g. brute-force or fake sign-ups) are blocked (1).
Explain[2 marks]

Explain why two-factor authentication is more secure than a password alone.

Mark scheme
  • It requires a second, different proof as well as the password (1).
  • So a stolen/guessed password alone is not enough to gain access (1).

Recap & Key Terms 3 min

Authentication proves a user's identity. Passwords use something you know; biometrics use something you are. CAPTCHA blocks bots; email confirmation proves you control an account; two-factor authentication needs two proofs, so a stolen password alone fails.

Authentication
Confirming a user's identity before granting access.
Biometrics
Authentication using a unique physical feature, e.g. fingerprint or face.
CAPTCHA
A challenge easy for humans but hard for computers, used to block bots.
Two-factor authentication (2FA)
Requiring two different forms of proof (e.g. password + phone code) to sign in.

Homework 1 min

Task (≤ 15 min): Design the sign-in security for a new e-wallet app. List the measures you'd use, and for each say which threat it defends against.

Model answer (shape)

Strong password rules (brute force); two-factor authentication (stolen passwords); biometric unlock (convenience + hard to copy); CAPTCHA + attempt limit (bots/brute force); email or SMS confirmation on new device (fake/unauthorised access).

Award marks for: each measure named (up to 4); a correctly matched threat for each (up to 4).