N
The Daily Insight

What is AES encryption?

Author

Michael Gray

Updated on March 30, 2026

Advanced Encryption Standard (AES) is a symmetric encryption algorithm. AES is the industry standard as of now as it allows 128 bit, 192 bit and 256 bit encryption.Symmetric encryption is very fast as compared to asymmetric encryption and are used in systems such as database system.

What is the AES export certification?

AES is in line with the NAFTA and GATT agreements. AES export certification could start the 60-day clock for presentation of evidence of duty payment to another NAFTA country. This will make it easier to do business in multiple countries. Provide a Tool for Evaluating and Measuring Potential Markets.

How do I get more information about AES?

For more information on AES you can call the AES toll-free Answerline at 1-800-549-0595 or send an e-mail to [email protected]

What is the maximum key length required for AES?

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.

AES is a symmetric-key algorithm i.e. same key is used to encrypt and decrypt data. In AES, message is divided into block-size of 128 bits(16 bytes) to perform encryption or decryption operation. AES allows key size of 128, 192 or 256 bits.

What are the different types of cipher modes in AES?

AES Cipher Modes 1 ECB mode: Electronic Code Book mode 2 CBC mode: Cipher Block Chaining mode 3 CFB mode: Cipher Feedback mode 4 OFB mode: Output FeedBack mode 5 CTR mode: Counter mode 6 GCM mode: Galois/Counter mode

What is the length of the input block in AES?

For the AES algorithm, the length of the input block, the output block and the State is 128 bits. This is represented by Nb = 4, which reflects the number of 32-bit words (number of columns) in the State.

What size IV should I use with AES?

When a symmetric cipher mode requires an IV, the length of the IV must be equal to the block size of the cipher. Hence, you must always use an IV of 128 bits (16 bytes) with AES. AES provides 128 bit, 192 bit and 256 bit of secret key size for encryption.