nerdexam
EC-Council

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.

Cryptography

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)
  • A
    5% (1)
  • B
    5% (1)
  • C
    90% (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.

AData integrity

Data integrity is provided by cryptographic hash functions such as SHA-256 or HMAC, not by AES, which is an encryption algorithm.

BKey discovery

Key discovery is not a recognized cryptographic function - AES does not derive or discover keys; it uses a provided secret key to perform encryption.

CBulk data encryptionCorrect

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.

DKey recovery

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

#AES#bulk encryption#symmetric encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice