SY0-701 · Question #915
Which of the following most securely protects data at rest?
The correct answer is B. AES-256. AES with a 256-bit key is strong, standards-approved symmetric encryption specifically suited for protecting stored data. It renders the ciphertext unreadable without the key, meets common regulatory requirements (e.g., FIPS 140-2 validated implementations), and provides far stro
Question
Which of the following most securely protects data at rest?
Options
- ATLS 1.2
- BAES-256
- CMasking
- DSalting
How the community answered
(30 responses)- B90% (27)
- C7% (2)
- D3% (1)
Explanation
AES with a 256-bit key is strong, standards-approved symmetric encryption specifically suited for protecting stored data. It renders the ciphertext unreadable without the key, meets common regulatory requirements (e.g., FIPS 140-2 validated implementations), and provides far stronger assurance for data at rest than transport protocols, masking, or password salting techniques that don’t actually encrypt the full dataset.
Community Discussion
No community discussion yet for this question.