Skip to content

tehcpu/tiny-AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny AES in Java

This is a small and simple implementation of the AES ECB and CBC encryption algorithm written in Java.

You can use 128, 192 and 256 bit key. See the example in the Main.java. TODO Optimization, refactor