SY0-701 · Question #1054
Which of the following security measures should database servers containing passwords utilize? (Choose two.)
The correct answer is E. Hashing F. Segmentation. Password databases should store passwords using a secure one-way transformation to prevent recovery, which is achieved by hashing. They should also be placed in an isolated network segment to limit access and reduce exposure, which is achieved through segmentation.
Question
Which of the following security measures should database servers containing passwords utilize? (Choose two.)
Options
- ASigning
- BSanitization
- CTokenization
- DObfuscation
- EHashing
- FSegmentation
How the community answered
(60 responses)- A13% (8)
- B2% (1)
- C7% (4)
- D3% (2)
- E75% (45)
Explanation
Password databases should store passwords using a secure one-way transformation to prevent recovery, which is achieved by hashing. They should also be placed in an isolated network segment to limit access and reduce exposure, which is achieved through segmentation.
Community Discussion
No community discussion yet for this question.