Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 259 Bytes

AES 128-bit key implementation in Java

Handles only 128-bit key. Reads from STDIN and prints to STDOUT. First 16 bytes is the key and the rest of the 16 byte blocks are encrypted and printed in the same order to STDOUT.