Skip to content
Cyber Unboxed
Fundamentals

Encryption: How Your Data Becomes Unreadable to Everyone Else

Encryption is the quiet technology behind every padlock in your browser. Here is what it actually does, and what it does not.

2 min readBeginner Aug 3, 2026

Explain Like I'm Not a Hacker

Encryption is a lockbox that only opens with your key. Everyone can carry the box around, but nobody can see inside.

The 30-second explanation

Imagine writing a letter in a secret code that only you and your friend know. Anyone who grabs the letter sees nonsense. Encryption does that for your messages, files and passwords.

How it works

  1. 1

    1. Plain data

    A message, file or password starts out readable.

  2. 2

    2. Key + algorithm

    A cipher scrambles it using a secret key.

  3. 3

    3. Ciphertext

    What travels or is stored looks like random noise.

  4. 4

    4. Unlock

    Only the right key turns it back into readable data.

When you visit a website with a padlock, your browser and the site agree on a secret key, then use it to scramble everything you exchange. Someone watching the connection sees unreadable data. Encryption also protects files sitting on a laptop or phone (encryption at rest). It does not stop you from being tricked: if an attacker persuades you to hand over the key or the password that unlocks it, the lock has done its job and the door is still open.

Real-world example

You log in to your bank from a café. The Wi-Fi is shared with strangers, but the connection is encrypted, so someone snooping on the network sees scrambled data instead of your password. Your phone, if it is encrypted and locked, protects your files the same way if it is lost.

How to spot it

  • No padlock or HTTPS

    A login page that is not encrypted lets others read what you type.

  • Certificate warnings

    A browser warning means the connection may not be who it claims to be.

  • Unencrypted devices

    A lost laptop with no disk encryption exposes everything on it.

  • Keys shared in plain text

    Passwords or keys sent by email undo the protection.

What to do

  1. 1Look for HTTPS before entering passwords or payment details, and never click through certificate warnings.
  2. 2Turn on full-disk encryption for laptops and phones, and set a strong screen lock.
  3. 3Protect the keys and passwords that unlock encrypted data as carefully as the data itself.

Stay curious. Stay safer.

This is one piece of a bigger picture. Explore more real-world examples, concepts and tips to build your cybersecurity awareness.

Explore More

Keep reading