Why Was It Needed?
Secrets are as old as power
Wherever there are things worth hiding, there's a reason for cryptography.
The earliest uses weren't philosophical — they were military. Armies needed to send orders across hostile territory. A captured messenger could give up everything. But a captured message that looks like gibberish? Useless to the enemy.
War has always been the mother of cryptography.
The core problem: untrusted channels
Every communication travels through channels you don't fully control.
In 500 BC, that meant a messenger running through enemy territory. In 1940, it meant radio signals that anyone with a receiver could hear. Today, it means fiber optic cables, wireless signals, and servers in data centers owned by strangers.
The channel is always potentially hostile. Cryptography answers: it doesn't matter.
Three threats that drive cryptographic design
Interception — someone reads your message in transit.
Without encryption, any packet sniffer on your network can read everything you send. Before HTTPS was widespread, this is exactly what happened at coffee shop hotspots.
Tampering — someone modifies your message in transit.
A message that arrives intact but altered can be more dangerous than one that never arrives. Cryptographic integrity checks (MACs, digital signatures) detect this.
Impersonation — someone pretends to be you.
If Bob receives a message claiming to be from Alice, how does he know it actually is? Without authentication, any attacker can forge messages. Public-key cryptography solves this with digital signatures.
Why it matters beyond war
For most of history, strong cryptography was primarily a state tool — governments and militaries protecting communications.
That changed with the internet.
Suddenly, billions of ordinary people needed to send sensitive information across completely untrusted networks. Banking. Medical records. Private conversations. Commerce. The need for cryptography became universal, not just governmental.
Today, cryptography underpins everything digital:
- The lock icon in your browser (TLS)
- Your password manager (AES encryption)
- Mobile payment systems (elliptic curve signatures)
- WhatsApp messages (Signal protocol)
- Software updates (code signing)
The privacy argument
Beyond security, cryptography is about autonomy.
The ability to communicate privately — without surveillance, without censorship, without third parties deciding what you're allowed to say — is a fundamental property that cryptography makes technically possible.
This is why the early cypherpunks of the 1990s treated cryptography as a political tool, not just a technical one. And it's why the mathematics of privacy matters to anyone building systems people actually trust.
Answer the quiz correctly to continue →
Which of the following best describes the core problem cryptography was invented to solve?