eduardo:cisco:cipt:digital_sign
Differences
This shows you the differences between two versions of the page.
eduardo:cisco:cipt:digital_sign [2007/04/16 22:58] – created eduardo | eduardo:cisco:cipt:digital_sign [2024/02/23 08:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Digital Signature ====== | ||
+ | - The signer makes a hash of the original message | ||
+ | - The signer use the private key to encrypt the hash (faster) to create a signature | ||
+ | - The verifier obtain and use the public key to decrypt the signature | ||
+ | - The verifier compare the decrypt signature hash value with the one created by hashing the message and make sure they are the same | ||
+ | |||