Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 621 Bytes

File metadata and controls

25 lines (20 loc) · 621 Bytes

Hidden Message Encoder & Decoder (MATLAB)

Overview

This project implements a system for encoding and decoding hidden messages in text and image data using basic steganography techniques.

Features

  • Encode and decode hidden messages in images
  • Text-based message encoding methods
  • Binary and character data conversion
  • Image processing using MATLAB

Technologies

  • MATLAB
  • Image processing
  • Data encoding/decoding

How to Run

  1. Download ZIP and open the project in MATLAB
  2. Run the Reveal.m file

Concepts Demonstrated

  • Data processing
  • Steganography basics
  • Matrix operations
  • File handling