Rijndael Advanced Encryption Standard (AES) cryptography software


Rijndael is a block cipher, designed by Joan Daemen and Vincent Rijmen, selected as the new Advanced Encryption Standard (AES) by the US National Institute of Standards and Technology (NIST). AES is intended to provide strong cryptographic security for the protection of sensitive information well into the 21st century.

For more details, see NIST's very detailed AES Page, or read the FIPS standard Federal Information Processing Standards Publication 197 FIPS-197.

AES is specified in FIPS 197 with a 128-bit block length and three key lengths, referred to as AES-128, AES-192 and AES-256.

AES functions for all three key lengths are available in CryptoSys API

See the Aes128 Class, Aes192 Class and Aes256 Class for the equivalent .NET methods for C# and VB.NET/2005/8.

The original design of Rijndael had variable block lengths of 128/192/256 bits. The AES_ functions in the first version of CryptoSys API (created and released before FIPS 197 was published) included these options. These functions are still provided but are no longer documented in the manual.

This page last updated 20 March 2009