/tiny-AES

Simple AES128/192/256 in Java

Primary LanguageJavaThe UnlicenseUnlicense

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