Advanced Encryption Standard
The Advanced Encryption Standard (AES) is a U.S. Government-approved method for scrambling electronic data so that only authorized parties can read it. It is widely used to protect sensitive information, and it relies on the same secret key to both encrypt and decrypt data.
AES is a FIPS-approved, symmetric block cipher specified by NIST for protecting electronic data. As a symmetric algorithm, it uses a single shared key for both encryption and decryption. Implementers should confirm applicable specifics, such as approved key sizes, modes of operation, and any agency tailoring, against the current authoritative NIST publications, as those details are not fully established by the evidence provided here.
Why it matters
AES is one of the foundational cryptographic building blocks used to protect the confidentiality of electronic data across federal, defense, and civilian systems. Because it is a FIPS-approved algorithm specified by NIST, its use is frequently invoked in compliance frameworks and control baselines that call for approved cryptographic protection of data at rest and in transit. For organizations handling sensitive information such as Controlled Unclassified Information (CUI), the ability to point to an approved algorithm like AES is often a prerequisite for demonstrating that encryption-based safeguards meet governing requirements.
Selecting an approved algorithm is only part of the compliance picture. Requirements in many federal and defense contexts turn not merely on whether AES is used, but on whether the cryptographic module implementing it is validated under the applicable program and whether approved key sizes and modes of operation are configured correctly. A common expert-level correction is that 'we use AES' does not by itself establish compliance; the specific parameters, the validation status of the implementation, and correct key management practices all matter. Implementers should treat algorithm selection as necessary but not sufficient.
The evidence provided here does not establish specific approved key sizes, modes, or validation program details, and those specifics can vary by revision and agency tailoring. Readers should verify the current authoritative NIST publications and any applicable agency guidance before relying on AES to satisfy a particular control or contractual requirement.
Who it's relevant to
Inside AES
Common questions
Answers to the questions practitioners most commonly ask about AES.