Advanced Encryption Standard

block cipher standard
(Redirected from AES)

In cryptography, the Advanced Encryption Standard (AES), is a symmetric-key, block cipher[1] algorithm that was selected by the National Institute of Standards and Technology (NIST) in 2001. It was selected for encrypting data. It is commonly used around the world.[2] The Advanced Encryption Standard has replaced the Data Encryption Standard (DES).[3]

VeraCrypt is a program that gives the option to use AES for encryption

As of 2008, AES is one of the most popular algorithms used in symmetric key cryptography. It is available to programmers and the general public with various software packages.

History[4] change

AES is a type of Rijndael (pronounced [rɛindaːl][5]) block cipher developed by Belgian programmers, Vincent Rijmen and Joan Daemen.

The National Institute of Standards and Technology held a competition for a publicly available symmetric-key encryption algorithm and started accepting entries in 1997.

In 1998, fifteen algorithms were selected for the first round in the First AES Conference. After asking for comments, the NIST held the Second AES Conference where the top five algorithms were MARS, RC6, Rijndael, Serpent, and Twofish.

By 2000 and the end of the Third AES Conference, the NIST selected Rijndael for the AES proposal. For AES, NIST selected three members of the Rijndael family, each with a block size of 128 bits, but three different key lengths: 128, 192 and 256 bits.

The Advanced Encryption Standard (AES) was published as a Federal Information Processing Standard on November 26, 2001.

Details change

AES has a fixed block sizes of 128 bits and three values of key size 128, 192, or 256 bits.

"The design and strength of all key lengths of the AES algorithm (i.e., 128, 192 and 256) are sufficient to protect classified information up to the SECRET level. TOP SECRET information will require use of either the 192 or 256 key lengths. The implementation of AES in products intended to protect national security systems and/or information must be reviewed and certified by NSA prior to their acquisition and use."[6]

AES is fast in both software and hardware, is relatively easy to implement, and requires little memory.[7]

Standard change

The Advanced Encryption Standard (AES) is defined in:

  • FIPS PUB 197: Advanced Encryption Standard (AES)[8]
  • ISO/IEC 18033-3: Block ciphers[9]

Related pages change

References change

  1. "The AES Cipher - Concepts". cryptobook.nakov.com. Retrieved 2019-10-08.
  2. "Popular Symmetric Algorithms". cryptobook.nakov.com. Retrieved 2019-10-08.
  3. "NIST reports measurable success of Advanced Encryption Standard".
  4. Computer Security Division, Information Technology Laboratory (2016-12-29). "AES Development - Cryptographic Standards and Guidelines | CSRC". CSRC | NIST. Retrieved 2019-10-08.
  5. "'Rijndael' pronunciation". Archived from the original on 2012-08-01. Retrieved 2008-10-19.
  6. "National Policy on the Use of the Advanced Encryption Standard (AES) to Protect National Security Systems and National Se" (PDF). Archived from the original (PDF) on 2007-09-27. Retrieved 2008-10-21.
  7. "The Twofish Team's Final Comments on AES Selection" (PDF). Archived from the original (PDF) on 2010-01-02. Retrieved 2019-10-08.
  8. http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197.pdf
  9. "ISO/IEC 18033-3:2010". ISO. Retrieved 2019-10-08.