312-50V11 · Question #355
Advanced encryption standard is an algorithm used for which of the following?
The correct answer is C. Bulk data encryption. AES (Advanced Encryption Standard) is a symmetric block cipher standardized by NIST and is the primary algorithm used for bulk data encryption. It is not a hashing or key management algorithm.
Question
Advanced encryption standard is an algorithm used for which of the following?
Options
- AData integrity
- BKey discovery
- CBulk data encryption
- DKey recovery
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C90% (18)
Why each option
AES (Advanced Encryption Standard) is a symmetric block cipher standardized by NIST and is the primary algorithm used for bulk data encryption. It is not a hashing or key management algorithm.
Data integrity is provided by cryptographic hash functions such as SHA-256 or HMAC, not by AES, which is an encryption algorithm.
Key discovery is not a recognized cryptographic function - AES does not derive or discover keys; it uses a provided secret key to perform encryption.
AES is a symmetric block cipher defined in FIPS 197 that operates on 128-bit blocks with key sizes of 128, 192, or 256 bits. It is specifically designed and optimized for encrypting large volumes of data efficiently, making it the standard choice for bulk data encryption in protocols like TLS, IPsec, and disk encryption.
Key recovery refers to mechanisms for retrieving lost encryption keys, which is a key management concern and is not a function performed by the AES algorithm itself.
Concept tested: AES symmetric block cipher purpose and classification
Source: https://csrc.nist.gov/publications/detail/fips/197/final
Topics
Community Discussion
No community discussion yet for this question.