Technical
Encryption
The process of converting data into a coded form so that only authorised parties can read it.
Encryption is a security measure that converts readable data (plaintext) into an unreadable format (ciphertext) using an algorithm and a key. Only someone with the correct decryption key can convert it back to the original form.
Types
- Encryption at rest — protecting stored data (databases, files, backups)
- Encryption in transit — protecting data as it moves between systems (see TLS)
- End-to-end encryption — only the sender and recipient can read the data; the service provider cannot
Role in Data Protection
Encryption is listed in GDPR Article 32 as an appropriate technical measure to ensure the security of processing. It can also reduce the impact of a data breach — if the breached data is properly encrypted, notification to data subjects may not be required (Article 34(3)(a)).