SY0-301 · Question #275
SY0-301 Question #275: Real Exam Question with Answer & Explanation
The correct answer is B: User A signed with their own private key and User B verified with User A's public key.. Digital signatures provide authentication and non-repudiation. The process works as follows: the sender (User A) creates a digital signature using their own private key. The recipient (User B) verifies the signature using User A's public key. If the signature is valid, it proves
Question
Options
- AUser A signed with User B's private key and User B verified with their own public key.
- BUser A signed with their own private key and User B verified with User A's public key.
- CUser A signed with User B's public key and User B verified with their own private key.
- DUser A signed with their own public key and User B verified with User A's private key.
Explanation
Digital signatures provide authentication and non-repudiation. The process works as follows: the sender (User A) creates a digital signature using their own private key. The recipient (User B) verifies the signature using User A's public key. If the signature is valid, it proves the message came from User A (only User A holds their private key) and has not been tampered with. The other options are incorrect because private keys are never shared, and signing with someone else's public key would not prove the sender's identity.
Community Discussion
No community discussion yet for this question.