Encryption converts data into an unreadable coded format, protecting it from unauthorised access. Only someone with the correct decryption key can convert it back to its original form.
Key points
Definition:Encryption: converting data into a coded format so that only authorised users with the correct decryption key can read it.
Even if encrypted data is intercepted or stolen, it is meaningless without the decryption key.
Protects data during transmission (e.g. HTTPS) and at rest (e.g. encrypted hard drive).
Exam Tip:Encryption protects against DATA INTERCEPTION AND THEFT — if someone intercepts encrypted data, they cannot read it without the key.
Common Mistake:Saying encryption 'prevents hacking'. Encryption does not prevent interception — it makes intercepted data UNREADABLE.