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

WHAT IS KALI LINUX ?

KALI LINUX Kali Linux is a special Linux distribution built mainly for cybersecurity, penetration testing,…

THE CIA TRIAD IN CYBERSECURITY

A fundamental concept in cybersecurity is the CIA Triad, which stands for: Confidentiality Ensuring that…

WHAT IS AN IP ADDRESS ?

IP address -> Internet Protocol address An IP address is a unique number assigned to…