/AES-128

A simplified version of AES-128 is implemented in C++ where padding is ommitted due to the assumption undertaken that the message will be exactly of 128-bit. A further simplified version of AES, known as S-AES, is also implemented.

Primary LanguageC++

AES-128

A simplified version of AES-128 is implemented in C++ where padding is ommitted due to the assumption undertaken that the message will be exactly of 128-bit.