ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 187 - SY0-701 discussion

Report
Export

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?

A.
Hashes
Answers
A.
Hashes
B.
Certificates
Answers
B.
Certificates
C.
Algorithms
Answers
C.
Algorithms
D.
Salting
Answers
D.
Salting
Suggested answer: A

Explanation:

To verify the integrity of downloaded files, a software developer should post hashes on the website. A hash is a fixed-length string or number generated from input data, such as a file. When users download the application files, they can generate their own hash from the downloaded files and compare it with the hash provided by the developer. If the hashes match, it confirms that the files have not been altered or corrupted during the download process.

Hashes: Ensure data integrity by allowing users to verify that the downloaded files are identical to the original ones. Common hashing algorithms include MD5, SHA-1, and SHA-256.

Certificates and Algorithms: Are more related to ensuring authenticity and securing communications rather than verifying file integrity.

Salting: Is a technique used in hashing passwords to add an additional layer of security, not for verifying file integrity.

asked 02/10/2024
Zden Bohm Autocont a.s.
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first