Skip to content

cjxthecoder/aes-image-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Image Encryption

A Java Swing application for encrypting and decrypting images using AES.

✨ Features

  • 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)

🖼️ Screenshot

(Insert a screenshot of the GUI here)

🚀 Getting Started

Requirements

  • Java 17+ (JDK)
  • Git

Clone the repo

git clone https://github.com/your-username/aes-image-encryption.git
cd aes-image-encryption

About

Java program that allows the user to load, save, encrypt, and decrypt images using AES-CBC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages