Posted On September 15, 2025

WHAT IS ENCRYPTION ?

admin 0 comments
>> Cybersecurity Journey - Semester 1 >> WHAT IS ENCRYPTION ?

Encryption is the process of converting readable data (called plaintext) into an unreadable format (called ciphertext) using a key and an encryption algorithm.

The main purpose of encryption is to protect data from unauthorized access. Only someone with the correct decryption key can convert the ciphertext back into the original plaintext.

Key Points:

  • Plaintext → original readable data.
  • Ciphertext → scrambled, unreadable data after encryption.
  • Key → secret code used to encrypt and decrypt data.
  • Algorithm → the mathematical process that performs encryption and decryption.

Example:

  • Plaintext: HELLO
  • Encrypted (with a simple method): IFMMP
  • To get back HELLO, you need the decryption process.

Types of Encryption:

  1. Symmetric Encryption – same key is used for encryption and decryption (e.g., AES, DES).
  2. Asymmetric Encryption – uses two keys: a public key (for encryption) and a private key (for decryption) (e.g., RSA).

In real life: Encryption protects passwords, bank transactions, WhatsApp chats, and data stored on your devices.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

WEEKELY RECAP

🔹 Public vs. Private IP AddressesI learned how public IPs allow devices to connect to…

THE FIRST COMPUTER VIRUS

Creeper Virus (1971) 🔹 Who created it? Developed by Bob Thomas at BBN Technologies (USA).…

What is DNS?

DNS (Domain Name System) is like the phonebook of the internet. It translates domain names…