You need a special software to create a digital signature, which consiste of 2 keys: a private-key (kept secret by the user) and a public-key (distributed freely by the user).
Definition
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.
1. You copy-and-paste the contract (it's a short one!) into an e-mail note.
2. Using special software, you obtain a message hash (mathematical summary) of the contract.
3. You then use a private key that you have previously obtained from a public-private key authority to encrypt the hash.
4. 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.
1. To make sure it's intact and from you, your lawyer makes a hash of the received message.
2. Your lawyer then uses your public key to decrypt the message hash or summary.
3. If the hashes match, the received message is valid.
------------------------
For other explanation about digital signature check http://www.youdzone.com/signature.html
------------------------
In windows you could use selfcert.exe to create your own digital certificate (not to be confused with a digital signature), for this check http://www.onlinemeded.com/createtestcert.htm
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=194
2006-08-05 11:52:03
·
answer #1
·
answered by gospieler 7
·
0⤊
0⤋
Digital Signatures often used to implement electronic signatures, a broader term that refers to any electronic data that carries the intent of a signature, but not all electronic signatures use digital signatures. In some countries, including the United States, India, and members of the European Union electronic signatures have legal significance.
2015-01-22 22:02:40
·
answer #2
·
answered by Ritesh 1
·
0⤊
0⤋
There are various ways to produce a digital signature. One of them (for files and plain text) is PGP. It's a free download. Give it a try.
http://www.pgpi.org/products/pgp/versions/freeware/
2006-08-04 16:52:10
·
answer #3
·
answered by JKP 2
·
0⤊
0⤋
the following website is useful for you
2006-08-04 16:10:11
·
answer #4
·
answered by krish 2
·
0⤊
0⤋
i've been wondering the same thing! i suppose you could search online...
2006-08-04 14:21:18
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋