CompTIA Security+ (SY0-701) — Question 169
A software developer released a new application and is distributing application files via the developer's website. Which of the following should the developer post on the website to allow users to verify the integrity of the downloaded files?
Answer options
- A. Hashes
- B. Certificates
- C. Algorithms
- D. Salting
Correct answer: A
Explanation
The correct answer is A. Hashes are used to create a unique fingerprint of the files, allowing users to verify that the files have not been altered. Certificates are used for authentication, algorithms are methods for processing data, and salting is a technique used in password hashing, none of which directly help in verifying file integrity.