User Tools

Site Tools


eduardo:cisco:cipt:digital_sign

Digital Signature

  1. The signer makes a hash of the original message
  2. The signer use the private key to encrypt the hash (faster) to create a signature
  3. The verifier obtain and use the public key to decrypt the signature
  4. The verifier compare the decrypt signature hash value with the one created by hashing the message and make sure they are the same
eduardo/cisco/cipt/digital_sign.txt · Last modified: 2024/02/23 08:20 by 127.0.0.1