SY0-701 General Security Concepts • Set 6
SY0-701 General Security Concepts Practice Test 6 — 15 questions with explanations. Free, no signup.
Based on the exhibit, which cryptographic mechanism provides proof that the update came from the vendor and was not altered?
Package verification steps: 1. sha256sum update.zip = 9f7c2a4b6f1d8e4c... 2. Vendor website shows the same hash 3. openssl dgst -sha256 -verify vendor_pub.pem -signature update.zip.sig update.zip Verified OK Audit note: The security team wants proof of origin, not just proof that the file content stayed the same.