Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 230 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 230 Bytes

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