A digital signature is quite different from a normal signature.
Someones normal signature is always the same, and independent
of the document signed. However, a digital signature is different
for different documents. It's closely related to encrypting
the document, except that in this case, you don't encrypt
the plain text, but you encrypt a digest, and attach the
encrypted digest to the document. The digest can be decrypted
using your public key (assuming you are using some well-known
public/private key encryption technique, like PGP).
Assuming the encryption algorithm can't be broken, and your
key isn't compromised, noone else can create the signature.
The signature can be copied, but the signature is worthless
without the plain text, copying to another document doesn't
sign it. Also, if the original text is modified, it no longer
matches the signature, so it prevents someone from modifying
the original document and pretending you signed it.
Abigail
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.