tehcpu / tiny-AES

Simple AES128/192/256 in Java
The Unlicense
14 stars 15 forks source link
aes-128 aes-192 aes-256 aes-cbc aes-cipher aes-ecb aes-encryption

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