Which cryptographic method provides authenticity and non-repudiation using a public-key approach?

Study for the WGU ITAS 2142 D830 Introduction to Cryptography Exam. Review flashcards and multiple choice questions with hints and explanations. Get ready for your exam!

Multiple Choice

Which cryptographic method provides authenticity and non-repudiation using a public-key approach?

Explanation:
Digital signatures provide authenticity and non-repudiation using a public-key approach. In this scheme, the signer hashes the message and then encrypts that hash with their private key to create a signature. Anyone can verify the signature by decrypting it with the signer’s public key and comparing the result to a fresh hash of the received message. Because the private key is kept secret, only the legitimate signer could have produced the signature, proving who sent the message (authenticity) and preventing the signer from denying it later (non-repudiation). The other options don’t fit: a MAC uses a shared secret key and can’t prove which party signed a message to someone else; a nonce is just a value used to prevent replay attacks; pass-the-hash is a credential exploitation technique, not a method for providing authenticity and non-repudiation.

Digital signatures provide authenticity and non-repudiation using a public-key approach. In this scheme, the signer hashes the message and then encrypts that hash with their private key to create a signature. Anyone can verify the signature by decrypting it with the signer’s public key and comparing the result to a fresh hash of the received message. Because the private key is kept secret, only the legitimate signer could have produced the signature, proving who sent the message (authenticity) and preventing the signer from denying it later (non-repudiation). The other options don’t fit: a MAC uses a shared secret key and can’t prove which party signed a message to someone else; a nonce is just a value used to prevent replay attacks; pass-the-hash is a credential exploitation technique, not a method for providing authenticity and non-repudiation.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy