A Java Swing application for encrypting and decrypting images using AES.
- Load and display images (PNG, JPEG, etc.)
- Encrypt and decrypt images with AES
- Save encrypted images as PNG
- Current support: AES-CBC
- Planned: support for other AES modes (e.g. GCM, CTR)
(Insert a screenshot of the GUI here)
- Java 17+ (JDK)
- Git
git clone https://github.com/your-username/aes-image-encryption.git
cd aes-image-encryption