Which statement about a hash and document integrity is correct?

Boost your skills for the EC-Council Certified Ethical Hacker v13 Exam. Use flashcards and multiple choice questions to prepare effectively. Each question includes hints and explanations. Get exam-ready now!

Multiple Choice

Which statement about a hash and document integrity is correct?

Explanation:
Hashes create a unique fingerprint of data, so any change to the content yields a different digest. When you sign that hash with a private key, someone else can recompute the hash and verify the signature with the public key to confirm both that the content is unchanged and who signed it. In that sense, a hash helps verify that the content has not been altered since signing. The other statements don’t fit: a hash doesn’t provide user authentication, it doesn’t encrypt data to keep it confidential, and while a hash output has a fixed size, hashing isn’t intended as a method of data compression.

Hashes create a unique fingerprint of data, so any change to the content yields a different digest. When you sign that hash with a private key, someone else can recompute the hash and verify the signature with the public key to confirm both that the content is unchanged and who signed it. In that sense, a hash helps verify that the content has not been altered since signing. The other statements don’t fit: a hash doesn’t provide user authentication, it doesn’t encrypt data to keep it confidential, and while a hash output has a fixed size, hashing isn’t intended as a method of data compression.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy