
Tech Stack
Java
Spring Boot
AES
REST APIs
Python
Flask
Description
This project focuses on securing sensitive information by encrypting data and embedding it into digital images using steganography techniques.
A Spring Boot backend exposes REST APIs for encryption, embedding, extraction, and decryption, with a modular service-oriented design.
- Built a Spring Boot backend providing REST APIs for encryption and steganography operations.
- Implemented AES encryption to secure data before embedding it into images.
- Applied LSB substitution with randomized pixel selection for imperceptible data hiding.
- Designed modular services separating cryptography, embedding, and API layers.
Page Info
Encryption & Data Hiding
Implemented AES encryption and LSB-based steganography to securely embed encrypted data into images.

