Skip to content

MrPOLA/AES-LSB-Image-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” AES + LSB Image Steganography

This project securely hides text messages inside images using AES encryption and LSB steganography.

πŸš€ Features

  • AES (EAX mode) encryption for confidentiality
  • Least Significant Bit (LSB) image embedding
  • Decryption and data extraction with integrity check
  • Implemented in Python using Google Colab

πŸ“‚ File Structure

  • AES_steganography.ipynb: Full implementation in Colab
  • cover_image.png: Sample input image
  • stego_output.png: Image with hidden message

πŸ“¦ Libraries Required

Library Purpose
Pillow Image processing and pixel manipulation
pycryptodome AES encryption/decryption (EAX mode)

Install using:

pip install pillow pycryptodome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors