16-bit Rijndael

My studies in cryptography lately have lead me to put together a trimmed down version of the Rijndael (AES) cipher for educational purposes.

This only has 16 bit blocksize and 16 bit key BUT is designed to be easy to follow and debug. This helps in regards to practicing your linear / differential cryptanalysis skillz.

This is by no means secure enough to encrypt sensitive data. It's simply a toy to play with and learn from.

Written in C#. This is not an executable but the Example.cs file can be compiled into an exe without code modifications. The code was test driven - tests are included.

This not intended to be a standalone application.

Author(s): 
Kayin
Version: 
1.00
Date: 
02-26-2011
Size: 
8.00KB
Requirements: 

.NET 3.5

Status: 
Inactive
Future Plans: 
N/A