SY0-501 · Question #78
A Security Officer on a military base needs to encrypt several smart phones that will be going into the field. Which of the following encryption solutions should be deployed in this situation?
The correct answer is D. AES-256. AES-256 is the industry-standard, robust symmetric encryption solution suitable for securing sensitive data on smartphones, fulfilling the military's high-security requirements.
Question
A Security Officer on a military base needs to encrypt several smart phones that will be going into the field. Which of the following encryption solutions should be deployed in this situation?
Options
- AElliptic curve
- BOne-time pad
- C3DES
- DAES-256
How the community answered
(23 responses)- A4% (1)
- B9% (2)
- C17% (4)
- D70% (16)
Why each option
AES-256 is the industry-standard, robust symmetric encryption solution suitable for securing sensitive data on smartphones, fulfilling the military's high-security requirements.
Elliptic curve cryptography (ECC) is a public-key method primarily used for key exchange, digital signatures, or secure key generation, not for the bulk symmetric encryption of data on a smartphone.
A one-time pad is theoretically unbreakable but practically impossible to manage for encrypting multiple smartphones due to the insurmountable challenges of generating, distributing, and securely managing unique, truly random keys equal in length to the plaintext for each device.
3DES (Triple DES) is an older symmetric encryption algorithm that is significantly slower and less secure than AES, having been superseded due to its vulnerability to meet-in-the-middle attacks and its smaller effective key size.
AES-256 (Advanced Encryption Standard with a 256-bit key) is a modern, strong, and widely adopted symmetric-key encryption algorithm, designated by NIST as a standard for encrypting sensitive government data. It provides excellent security, performance, and hardware support for data at rest, making it the most appropriate choice for robust smartphone encryption in a military context.
Concept tested: Modern Symmetric Encryption for Mobile Devices
Source: https://csrc.nist.gov/publications/detail/fips/197/final
Topics
Community Discussion
No community discussion yet for this question.