You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers encryption — the process of converting plaintext into ciphertext to protect data from unauthorised access. You need to understand the Caesar cipher, Vernam cipher (one-time pad), symmetric and asymmetric encryption, and their use cases for the OCR H446 specification.
Encryption is the process of transforming readable data (plaintext) into unreadable data (ciphertext) using an algorithm and a key. Only someone with the correct key can reverse the process (decryption) to recover the plaintext.
| Term | Definition |
|---|---|
| Plaintext | The original, readable message |
| Ciphertext | The encrypted, unreadable message |
| Key | A value used by the encryption algorithm to transform the data |
| Encryption | The process of converting plaintext to ciphertext |
| Decryption | The process of converting ciphertext back to plaintext |
| Cipher | The algorithm used to perform encryption/decryption |
The Caesar cipher is a simple substitution cipher that shifts each letter in the plaintext by a fixed number of positions in the alphabet.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.