Frequent Asked Questions

Digital Signatures
What is a digital signature?
What will a digitally signed document provide?
How do you know when a message is digitally signed?
How does an email program check a digital signature?

What is a digital signature?

A digital signature is a more robust electronic equivalent of your signature on paper. Technically a digital signature is a scrambled summary of a document. It is generated by a mathematical formula and a person’s private key.
Top

What will a digitally signed document provide?

If validated, the digital signature will:
  • Confirm the integrity of the message
  • Authenticate the signer, because only the signer has the private key, the message cannot be refuted as having been signed If someone does attempt to alter/interfere with a digitally signed message it will cause the automatic verification process to fail. Top


  • How do you know when a message is digitally signed?

    The email program you are using will tell you that a message has been digitally signed, who signed it, and whether the signature is valid.
    Top


    How does an email program check a digital signature?

    The program recalculates the summary and compares it to the unscrambled summary from the email. If these are the same, then the signature is valid.
    Top