Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Cryptography and Network Security
Quiz 13: Digital Signatures
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Short Answer
the term __________ refers to a digital signature scheme that involves only the communicating parties.
Question 22
Short Answer
A _________ is an authentication mechanism that enables the creator of a message to attach a code that acts as a signature.
Question 23
Multiple Choice
With a __________ attack the attacker is allowed to use the user as an "oracle".this means that the user may request signatures of messages that depend on previously obtained message-signature pairs.
Question 24
Multiple Choice
to create a __________ a user calculates two quantities, r and s, that are functions of the public key components (p, q, g) , the user's private key (x) , the hash code of the message H(M) , and an additional integer k that should be generated randomly or pseudorandomly and be unique for each signing.
Question 25
Multiple Choice
As with ElGamal encryption, the global elements of __________ are a prime number q and a, which is a primitive root of q.
Question 26
Multiple Choice
the ____________ components of DSA are the same as in the Schnorr signature scheme.
Question 27
Short Answer
the first stage in generating an RSA-PSS signature of a message M is to generate from M a fixed-length message digest, called an ______________.
Question 28
Multiple Choice
A __________ is where the attacker determines the user's private key.
Question 29
Multiple Choice
In the digital signature algorithm the user's __________ is represented by x, which is a random or pseudorandom integer with 0 < x < q.
Question 30
Short Answer
A digital signature must have the following properties: it must verify the author and the date and time of the signature; it must authenticate the contents at the time of the signature; and it must ___________ to resolve disputes.