Skip to the content. Back to Chapter 1

Encryption

What it is

Why we need it

Terminology

People have been using encryption for as long as there has been written communication - not just since the introduction of computers

One of the oldest known encryption methods is the Caesar Cipher

Caesar Cipher

It works by shifting the number of letters of the alphabet along by a certain number of characters.

Breaking the Caesar Cipher

Vernam Cipher

How it works

Example:

1001101 M
0101011 +
- XOR - ⊻
1100110 f

Encrypt E with key w

01000101 E
01110111 w
-- XOR - ⊻
00110010 2