Encryption — Explain Like I'm 5
What is Encryption?
Imagine you want to pass a note to your friend in class. But you’re worried the teacher might read it.
So you and your friend make up a secret code before school. In your code, every letter moves 3 spots forward in the alphabet. So “CAT” becomes “FDW”.
Now you can pass the note. Even if the teacher picks it up, all they see is “FDW”. Meaningless — unless you know the code.
That’s encryption. You take a message, scramble it with a secret rule (called a key), and only someone who knows the rule can unscramble it.
Why Does Your Phone Use It?
Every time you type your password into a website, that password travels across the internet — through wires, routers, servers. Lots of stops.
Encryption means that even if someone is watching all that traffic, they see scrambled nonsense instead of your real password.
When you see the little 🔒 padlock in your browser, it means your connection is encrypted. Nobody in the middle can read what you’re sending.
One Thing to Remember
Encryption is a scrambling trick — only someone with the right key can unscramble it. Without the key, the message is just noise.
See Also
- Apis What is an API? Think of it as a waiter who takes your order and brings back exactly what you asked for.
- Git Why do millions of programmers obsess over a tool that saves old versions of their work? Because without it, one bad day can delete months of effort.
- Graphql Why do apps ask for exactly the data they need — and why that's a bigger deal than it sounds?