Skip to content

πŸ” Secure Image Steganography using Java Web App with AES encryption & password protection πŸ–ΌοΈ

Notifications You must be signed in to change notification settings

svk-vasanthkumar/Secure-Image-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SECURE IMAGE STEGANOGRAPHY

Java Web Application for Secure Data Hiding

Built using:



πŸ“ Overview

Secure Image Steganography is a cyber security web application that hides secret text messages inside image files.
The message is first encrypted using a password and then embedded into the image using steganography techniques.

The encoded image looks normal and does not reveal the presence of hidden data.


πŸ‘Ύ Features

  • Hide secret text inside images
  • AES encryption with password protection
  • Decode message only with correct password
  • Wrong password detection
  • Supports JPG and PNG images
  • Secure and hacker-style interface

πŸ› οΈ Technologies Used

  • Java
  • HTML, CSS
  • Apache Tomcat
  • Image Steganography (LSB Technique)
  • AES Encryption

🎯 Use Case

  • Cyber Security learning
  • Ethical hacking education
  • Secure data communication
  • Internship and academic projects

⚠️ Disclaimer

This project is developed only for educational and ethical cyber security learning purposes.


πŸ‘¨β€πŸ’» Developer

Vasanthkumar S (SVK)


⭐ If you find this project useful, feel free to star the repository!