Skip to content

soehtetpaing/aes-swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Util Tool

A Java Swing application for AES-256 CBC text encryption and decryption.

Features

  • AES-256 CBC encryption/decryption
  • Click title to show/hide secret key field
  • Text show/hide toggle
  • Default secret key if none provided
  • Windows 11 native look and feel

Requirements

  • Java 11 or higher

Building

Using Bash File

  • Double click build.bat for Window
  • Double click build.sh for Linux/macOS

Using Command Line

# Compile
javac -d out src/com/genius/aesutil/AesUtilApp.java

# Create JAR
jar cfm dist/AesUtil.jar META-INF/MANIFEST.MF -C out .

# Create JAR
& "C:\Program Files\Java\jdk-11\bin\jar" cfm dist/AesUtil.jar META-INF/MANIFEST.MF -C out .

# Run
java -jar dist/AesUtil.jar

About

A Java Swing application for AES-256 CBC text encryption and decryption

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors