Encryption and public keys — Technology, 14–17
Encryption changes readable information into a form that others cannot understand without the right key. Public-key systems make it possible to communicate securely without first sharing a secret face to face.
A lock for information
Encryption uses mathematics to scramble readable data into ciphertext. Someone with the correct key can turn it back into the original message, while a person who intercepts it sees meaningless-looking symbols. The aim is not to make data disappear, but to control who can understand it.
The problem of sharing a secret
A simple secret code works only if sender and receiver already share the key, but sending that key through the same network could expose it. Public-key encryption solves this awkward first meeting with two linked keys: one can be shared openly, while the other stays secret. This idea supports trust between strangers online.
A tiny lock-and-key example
Imagine a website publishing a public key that locks a message but cannot unlock it. You use that public key to encrypt “MEET”, producing ciphertext that looks like “Q8K2” in this toy example. Only the website’s private key can turn Q8K2 back into MEET; real systems use much larger mathematics.
Encryption is not magic invisibility
A common mistake is to think that encryption makes every part of an online activity hidden. It is a reasonable idea because the message itself may be unreadable, but addresses, timing, device information or a badly protected endpoint can still reveal useful facts. Encryption protects what it is designed to protect, not everything around it.
Secure websites and messages
When a browser connects to a bank or shop using HTTPS, encryption helps protect account details while they travel across networks. Messaging apps can also encrypt conversations so the service cannot simply read their contents in transit. You still need strong passwords and careful choices, because encryption cannot repair a compromised account.
Keep exploring
Other languages
Loading MyLeoNes™…