Back to list
Lv.1

Encryption

Encryption

A technique that transforms data to prevent unauthorized parties from reading its contents.

In Simple Terms

Encryption is a technique that transforms digital data — such as text and images — following a specific set of rules, making it unreadable to unauthorized parties. Once data is scrambled into an unrecognizable string, it can only be restored by going through the proper process (decryption). It's used in many everyday situations, from browsing websites that handle passwords and credit card information to messaging app communications. There are two main approaches: symmetric-key encryption and public-key encryption, and real-world systems often combine both to balance security and speed.

Behind the Name

The word 'Encryption' combines 'En' (to put inside) and 'Crypt' (a hidden place). Think of it as tucking your valuables into a vault and locking it tight. Only someone with the right key can open it back up.

Take a Closer Look!

Encryption is a technique that transforms digital data — such as text and images — following a specific set of rules, making it unreadable to unauthorized parties.
The original data (plaintext) is converted into what looks like a meaningless string of characters (ciphertext).
It can only be restored by going through the correct process, known as decryption.

When using the internet, we often send sensitive data we wouldn't want others to see — things like passwords and credit card numbers.
Without encryption, if someone intercepted that data mid-transmission, they could read every bit of it.
That's why encryption is used in so many places, from browsing websites to messaging app communications.

There are two main types of encryption: symmetric-key encryption and public-key encryption.
Symmetric-key encryption is like a house key — the same key is used to lock and unlock.
Public-key encryption is more like a padlock — anyone can snap it shut, but only someone with the right key can open it.
In practice, many systems combine both approaches to achieve a balance of security and speed.

CategorySecurityData