Advanced Encryption Standard
The Advanced Encryption Standard (AES) is a US Government-approved method for scrambling electronic data so that it can only be read by someone who has the correct key. It is a widely trusted way to protect information by converting it into an unreadable format. AES uses the same key to both scramble and unscramble the data.
AES is a FIPS-approved symmetric block cipher specified in FIPS 197, originally known by its submission name Rijndael. As a symmetric algorithm, it uses the same key for encryption and decryption to protect electronic data. It is categorized as a computer security standard in the field of cryptography and is approved by the US Government for protecting electronic data.
Why it matters
AES is one of the most widely relied-upon symmetric encryption algorithms for protecting electronic data at rest and in transit, and it appears throughout payment security architectures wherever strong encryption is called for. Because it is a FIPS-approved standard specified in FIPS 197 and approved by the US Government for protecting electronic data, it is a common baseline choice when organizations need a cryptographic algorithm whose security properties are well studied and broadly accepted.
In a payment context, encryption using algorithms such as AES is one of several ways cardholder data can be rendered unreadable while stored, and it may also underpin encryption in transit. However, encryption is only one control among many, and its effect on PCI DSS scope and its adequacy depend on implementation details—including key management, mode of operation, and key strength—not merely on naming AES as the algorithm. It is important to distinguish encryption from tokenization, truncation, masking, and hashing, which reduce or transform data differently. It is also important to remember that sensitive authentication data (such as full track data, card verification values, and PINs or PIN blocks) must not be stored after authorization even when encrypted, so applying AES does not create an exception to that prohibition.
Readers should treat AES as a building block whose correct and validated use matters as much as the choice of algorithm itself. The specific requirements governing cryptography for cardholder data are set out in PCI DSS, and requirement wording and numbering differ between versions; confirm details against the current published standard rather than assuming that using AES alone satisfies any given requirement.
Who it's relevant to
Inside AES
Common questions
Answers to the questions practitioners most commonly ask about AES.