- Home
- All questions
- Question 27
CISSP study material · question 27 of 500
A payments platform encrypts stored card tokens with AES-128. An architect proposes migrating to AES-256 so that each encrypted block becomes larger, cutting the number of blocks and the padding overhead on every record. How should the security engineer assess this proposal?
Show the answer
Answer: B. AES transforms 128-bit blocks at every key length, so block counts and padding overhead are unchanged.
AES fixes the block at 128 bits for all key lengths; the suffix names key size only. Longer keys add rounds, leaving padding and block counts unchanged.
Source: NIST FIPS 197 (NIST) — FIPS 197 > Abstract