First page Back Continue Last page Overview

 

Email and Digital Signatures

 
  • Problem: Forging the source of an email is trivial

  • Solution: Digital signatures

    • A unique "hash" of your message is generated
    • Hash is scrambled using private key and attached
    • Recipient descrambles hash with your public key
      • If this fails, the signature must have been forged
    • Recipient recalculates message hash and checks for a match
      • If this fails, message must have been altered