SOFTWARE IMPLEMENTATION OF ELLIPTIC CURVE DIGITAL SIGNATURE ALGORITHM

SOFTWARE IMPLEMENTATION OF ELLIPTIC CURVE DIGITAL SIGNATURE ALGORITHM

Versandkostenfrei!
Versandfertig in 6-10 Tagen
29,99 €
inkl. MwSt.
PAYBACK Punkte
15 °P sammeln!
The Elliptic Curve Digital Signature Algorithm (ECDSA) consists of two modules: one is the signing algorithm used by a signer and the second one is the verification algorithm used by public to verify the signer's identity. A person who wants to sign a message digitally uses the signing algorithm, which first makes a message digest (hash) of the message using a suitable hash function (SHA-1) and then the message digest is encrypted using the signer's private key. The encrypted message digest is the "Digital Signature" of the sender on that message. Anyone can verify whether that "Digital Signat...