This project is a cybersecurity web application that hides secret messages inside images.
π First, the message is encrypted using a password (AES encryption)
π Then, it is hidden inside an image (steganography)
The final image looks normal, but it contains hidden data π
- Frontend: https://secure-image-steganography.netlify.app/
- Backend API: https://secure-image-steganography-backend.onrender.com
- π Hide secret messages inside images
- π Password-based AES encryption
- πΌοΈ Image steganography (LSB technique)
- π Decode message using correct password
- β Wrong password protection
- π Full stack (Frontend + Backend)
- β‘ Live deployed project
- HTML
- CSS
- JavaScript
- Node.js (Express)
- Multer (file upload)
- Jimp (image processing)
- Crypto (AES encryption)
- User uploads an image
- User enters message + password
- Message is encrypted (AES)
- Encrypted data is hidden in image
- Image is downloaded
For decoding:
- Upload image + enter password
- System extracts and decrypts message
- Cybersecurity learning
- Ethical hacking practice
- Secure communication
- Academic / internship project
This project is created only for educational and ethical purposes.
Do not use it for illegal activities.
Vasanthkumar (SVK)
β If you like this project, give it a star!