Skip to content

A simple AES encryption and decryption implementation

Notifications You must be signed in to change notification settings

lfzkoala/SimpleAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SimpleAES

A simple AES encryption and decryption implementation

This is a very simple AES-256 implementation. We can do encrypt and decrypt as requested.

Basic steps are the following:

  • download the src file
  • cd ./src
  • javac AES.java
  • java AES [e/d] keyFile.txt inputFile.txt

where e means encrypt, d means decrypt

About

A simple AES encryption and decryption implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages