What is Steganography
Steganography is a technique in information security where a secret message is hidden inside another ordinary (non-secret) file, message, or medium so that its existence is not noticeable.
Key Idea
Instead of encrypting data (which makes it unreadable), steganography hides the data itself.
Simple Example
-
A normal image (like a JPG) looks unchanged to the human eye
-
But inside that image, a hidden message or file is embedded
Common Types of Steganography
-
Image Steganography – hiding data in images (most common)
-
Audio Steganography – hiding data in sound files
-
Video Steganography – hiding data in videos
-
Text Steganography – hiding data using text patterns
How It Works (Basic Concept)
-
Digital files are made of binary data (0s and 1s)
-
Small, less noticeable bits are modified to store secret information
-
Example: changing the last bit of pixel values in an image
Steganography vs Cryptography
-
Steganography: hides the existence of the message
-
Cryptography: hides the content of the message
Often, both are used together for stronger security.
Uses
-
Secure communication
-
Digital watermarking (copyright protection)
-
Military and intelligence operations
Risk / Misuse
-
Can be used to hide malware or secret communication by attackers
No comments:
Post a Comment