What is Digital Signature and How it Works?

Tuesday, August 18, 2009 Leave a Comment

imagesd A digital signature (not to be confused with a digital certificate) is an electronic signature that can be used to authenticate the identity of the sender of a message or the signer of a document, and possibly to ensure that the original content of the message or document that has been sent is unchanged. Digital signatures are easily transportable, cannot be imitated by someone else, and can be automatically time-stamped. The ability to ensure that the original signed message arrived means that the sender cannot easily repudiate it later.


A digital signature can be used with any kind of message, whether it is encrypted or not, simply so that the receiver can be sure of the sender's identity and that the message arrived intact. A digital certificate contains the digital signature of the certificate-issuing authority so that anyone can verify that the certificate is real.

How It Works

 

Assume you were going to send the draft of a contract to your lawyer in another town. You want to give your lawyer the assurance that it was unchanged from what you sent and that it is really from you.images


You copy-and-paste the contract (it's a short one!) into an e-mail note.
Using special software, you obtain a message hash (mathematical summary) of the contract.
You then use a private key that you have previously obtained from a public-private key authority to encrypt the hash.
The encrypted hash becomes your digital signature of the message. (Note that it will be different each time you send a message.)

  • You copy-and-paste the contract (it's a short one!) into an e-mail note.
  • Using special software, you obtain a message hash (mathematical summary) of the contract.
  • You then use a private key that you have previously obtained from a public-private key authority to encrypt the hash.
  • The encrypted hash becomes your digital signature of the message. (Note that it will be different each time you send a message.)


At the other end, your lawyer receives the message.


  • To make sure it's intact and from you, your lawyer makes a hash of the received message.
  • Your lawyer then uses your public key to decrypt the message hash or summary.
  • If the hashes match, the received message is valid.

[source]

Related Posts :



2 comments »

  • Betty said:  

    I am aware of this term and its meaning but in short. From your post I got to know all about it in detail and how actually it works. This is an amazing technology that verifies the sender and the receiver of the message. Thanks for sharing this valuable information.
    electronic signature for sharepoint

  • Leave your response!