CAS-005 · Question #444
A security consultant has been asked to recommend best practices for preserving digital evidence. Which of the following can be used to show the evidence has not been tampered with?
The correct answer is C. Hash value. A cryptographic hash (e.g., SHA-256) produces a unique fingerprint of a digital file. By computing and securely storing the hash at collection time, and then recomputing it before presentation, you prove the evidence hasn’t changed, since any modification would alter the hash.
Question
A security consultant has been asked to recommend best practices for preserving digital evidence. Which of the following can be used to show the evidence has not been tampered with?
Options
- ALegal hold
- BChecksum
- CHash value
- DE-discovery
How the community answered
(53 responses)- A2% (1)
- B6% (3)
- C89% (47)
- D4% (2)
Explanation
A cryptographic hash (e.g., SHA-256) produces a unique fingerprint of a digital file. By computing and securely storing the hash at collection time, and then recomputing it before presentation, you prove the evidence hasn’t changed, since any modification would alter the hash.
Community Discussion
No community discussion yet for this question.