Digital Signatures – Key Pair Management
Saturday, February 7th, 2009
The secure use of digital signatures depends on the management of an entity’s digital signature key pair as follows:
- The validity of the domain parameters shall be assured prior to the generation of the key pair, or the verification and validation of a digital signature .
- Each key pair shall be associated with the domain parameters under which the key pair was generated.
- Key pairs shall only be used to generate [..]
The Digital Signature Algorithm (DSA)
Saturday, February 7th, 2009
DSA Parameters
A DSA digital signature is computed using a set of domain parameters, a private key x, a permessage secret number k, data to be signed, and a hash function. A digital signature is verified using the same domain parameters, a public key y that is mathematically associated with the private key used to generate the digital signature, data to be verified, and the same hash function that was used [..]