NETWORK SECURITY
DIGITAL SIGNATURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Prime numbers
|
|
Discrete logarithms
|
|
Primitive roots
|
|
Secret key
|
|
hash functions
|
Detailed explanation-1: -In cryptography, a Schnorr signature is a digital signature produced by the Schnorr signature algorithm that was described by Claus Schnorr. It is a digital signature scheme known for its simplicity, among the first whose security is based on the intractability of certain discrete logarithm problems.
Detailed explanation-2: -Digital signatures are based on public key cryptography, also known as asymmetric cryptography. Using a public key algorithm–such as Rivest-Shamir-Adleman, or RSA–two keys are generated, creating a mathematically linked pair of keys: one private and one public.
Detailed explanation-3: -Schnorr Signature Scheme reduces the dependent amount of computation required to generate a signature. A signature will be generated from the message, but very few bits or bytes will be used in off the message in the Schnorr Signature Scheme. The main work for the signature generation doesn’t depend on the message.