gecko-dev/extensions/help/resources/locale/en-US/mail_sec_help.html

318 строки
19 KiB
HTML

<html>
<head>
<title>Signing &amp; Encrypting Messages</title>
<link rel="stylesheet" href="chrome://help/locale/content_style.css" type="text/css">
</head>
<body bgcolor="white">
<a NAME="secure_mail_first"></a>
<a NAME="settings:signed &amp; encrypted mailIDX"></a>
<a NAME="signing_email_messagesSDX"></a>
<a NAME="encrypting_email_messagesSDX"></a>
<a NAME="Mail_and_Newsgroups:signing_messagesIDX"></a>
<a NAME="Mail_and_Newsgroups:encrypting_messagesIDX"></a>
<a NAME="signing_email_messagesIDX"></a>
<a NAME="encryption:of_email_messagesIDX"></a>
<div class="boilerplate">This document is provided by Netscape for your information only. It may help you take certain steps to protect the privacy and security of your personal information on the Internet. This document does not, however, address all online privacy and security issues, nor does it represent a recommendation by Netscape about what constitutes adequate privacy and security protection on the Internet.</div>
<hr>
<h1>Signing &amp; Encrypting Messages</h1>
<p>&nbsp;
<table cellpadding=4 cellspacing=2 bgcolor="#cccccc" Width=324>
<tr>
<td class="inthissections">
<p>In this section:</p>
<p><a href="#about_sigs_encrypt">About Digital Signatures &amp; Encryption</a></p>
<p><a href="#get_mail_certs">Getting Other People's Certificates</a></p>
<p><a href="#config_account">Configuring Security Settings</a></p>
<p><a href="#signing">Signing &amp; Encrypting a New Message</a></p>
<p><a href="#reading">Reading Signed &amp; Encrypted Messages</a></p>
<p><a href="#compose_security">Message Security - Compose Window</a></p>
<p><a href="#received_security">Message Security - Received Message</a></p></td>
</tr>
</table>
<p>&nbsp;</p>
<a NAME="about_sigs_encrypt"></a>
<h2>About Digital Signatures &amp; Encryption </h2>
<p>When you compose a mail message, you can choose to attach your digital signature to it. A <a href="glossary.html#digital_signature">digital signature</a> allows recipients of the message to verify that the message really comes from you and hasn't been tampered with since you sent it.
<p>When you compose a mail message, you can also choose to encrypt it. <a href="glossary.html#encryption">Encryption</a> makes it very difficult for anyone other than the intended recipient to read the message while it is in transit over the Internet.
<p>Signing and encryption are not available for newsgroup messages.
<p>Before you can sign or encrypt a message, you must take these preliminary steps:
<ol>
<li>Obtain one or more <a href="glossary.html#certificate">certificates</a> (the digital eqivalents of ID cards). For details, see <a href="using_certs_help.html#using_certs_get">Getting Your Own Certificate</a>.</li>
<li>Configure the security settings for your email account. For details, see <a href="#config_account">Configuring Your Security Settings</a>.</li>
</ol>
<p>Once you have completed these steps, you can complete the instructions in <a href="#signing">Signing &amp; Encrypting a New Message</a>.
<p>The sections that follow provide a brief overview of how digital signatures and encryption work. For more technical details on this subject, see the online document <a href="http://developer.netscape.com/docs/manuals/security/pkin/index.htm" TARGET="_blank">Introduction to Public-Key Cryptography</a>.
<p>&nbsp;</p>
<a NAME="how_sigs_work"></a>
<h3>How Digital Signatures Work</h3>
<p>A digital signature is a special code, unique to each message, created by means of <a href="glossary.html#public-key_cryptography">public-key cryptography</a>.
<p>A digital signature is completely different from a handwritten signature, although it can sometimes be used for similar legal purposes, such as signing a contract.
<p>To create a digital signature for an email message that you are sending, you need two things:
<ul>
<li>A <a href="glossary.html#signing_certificate">signing certificate</a> that identifies you for this purpose. Every time you sign a message, your signing certificate is included with the message. The certificate includes a <a href="glossary.html#public_key">public key</a>. The presence of the certificate in the message permits the recipient to verify your digital signature.</li>
<p>Your certificate is a bit like your name and phone number in the phonebook&mdash;it is public information that helps other people communicate with you.
<li>A <a href="glossary.html#private_key">private key</a>, which is created and stored on your computer when you first obtain a certificate. </li>
<p>Your private key for a signing certificate is protected by your <a href="glossary.html#master_password">master password,</a> and the Netscape program does not disclose it to anyone else. The Mail &amp; Newsgroup software uses your private key to create a unique, verifiable digital signature for every message you choose to sign.
</ul>
<p>&nbsp;</p>
<a NAME="how_encrypt_works"></a>
<h3>
How Encryption Works</h3>
<p>To encrypt an email message, you must have an <a href="glossary.html#encryption_certificate">encryption certificate</a> for each of the message's recipients. The public key in each certificate is used to encrypt the message for that recipient.
<p>If you don&apos;t have a certificate for even a single recipient, the message cannot be encrypted.
<p>The recipient's software uses the recipient's private key, which remains on that person's computer, to decrypt the message.
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<a NAME="get_mail_certs"></a>
<a name="LDAP:fetching_certificatesIDX></a>
<a name="LDAP_certificate_fetchingSDX></a>
<h2>Getting Other People's Certificates</h2>
<p>Every time you send a digitally signed message, your encryption certificate is automatically included with the message. Therefore, one of the easiest ways to obtain someone else's certificate is for that person to send you a digitally signed message.
<p>When you receive such a message, the person's certificate is automatically stored by the <a href="certs_help.html">Certificate Manager</a>, which is the part of the browser that keeps track of certificates. This is useful because you need to have a certificate for each recipient of any email message that you want to send in encrypted form.
<p>Another way to obtain certificates is to look them up in a public directory, such as the &quot;phonebook&quot; directories maintained by many companies.
<p>It's also possible to look up certificates automatically. This feature is controlled by <a href="mail_help.html#PREFERENCES_MAILNEWS_ADDRESSING">Mail &amp; Newsgroups Preferences - Addressing</a> or <a href="mail_help.html#addressing_settings">Mail &amp; Newgroups Account Settings - Addressing</a>, which can be configured to look up recipients&apos; email addresses in a directory.
<p>When you are using any account that is configured to look up addresses in a directory, the same directory will be searched for matching certificates when you attempt to send an encrypted message to one or more recipients for whom you don't have certificates on file.
<p>The directory will also be searched for missing certificates when you open the drop-down menu below the Security icon in the Compose window and choose View Security Info.
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<a NAME="encryption:settings_for_emailIDX"></a>
<a NAME="config_account"></a>
<h2>Configuring Security Settings</h2>
<p>Once you have obtained an email certificate (or certificates), you must specify the certificates you want to use for signing and encrypting messages.
<p>For information about obtaining email certificates, see <a href="using_certs_help.html#using_certs_get">Getting Your Own Certificate</a>.
<p>To specify which signing and encryption certificates to use with a particular account, begin from the Mail window:
<ol>
<li>Open the Edit menu and choose Mail &amp; Newsgroups Account Settings.</li>
<li>Click Security under the name of the mail account whose security settings you want to configure.</li>
<li>Under Digital Signing, click Select. (You may be asked to provide your <a href="glossary.html#master_password">Master Password</a> before you can proceed further.)</li>
<p>A dialog box appears that allows you to select from among your available signing certificates.
<li>Choose the signing certificate you want to use, then click OK.</li>
<li>Follow the same steps under Encryption: click the Select button, select the encryption certificate you want to use, and click OK.</li>
<p>In some cases you may be able to specify the same certificate under Encryption that you specified under Digital Signing; check with your system administrator to find out for sure.
</ol>
<p>Optionally, you can also indicate that you normally want to sign or encrypt all messages sent from a particular account. These account-specific settings are for convenience only; you can override the default settings for individual messages.
<p>To configure your default signing and encryption settings, start from the Security panel for the account (described above) and select your settings as follows:
<ul>
<li>Under Digital Signing:</li>
<ul><li><b>Digitally sign messages:</b> When this checkbox is selected, all the messages you send from this account will be digitally signed unless you indicate otherwise before you send the message. To turn off this default setting, deselect the checkbox. </li></ul>
<li>Under Encryption (choose one):</li>
<ul><li><b>Never:</b> When this option is selected, messages you send from this account will be not be encrypted unless you indicate otherwise before you send them.</li>
<li><b>Required:</b> When this option is selected, all the messages you send from this account will be encrypted&mdash;but only if you have valid certificates for each of the message's recipients. If you don't have all the necessary certificates, the message can't be sent unless you turn off encryption for that message. </li>
</ul></ul>
<p>When you have finished configuring your mail security settings, click OK to confirm them.
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<a NAME="signing"></a>
<h2>Signing &amp; Encrypting a New Message</h2>
<p>Before you can digitally sign or encrypt any message, you must obtain at least one email certificate and configure your mail security settings correctly. For background information on these tasks, see <a href="#about_sigs_encrypt">About Digital Signatures &amp; Encryption</a>.
<p>The settings specified in <a href="mail_help.html#security_settings">Mail &amp; Newsgroups Account Settings - Security</a> determine the default settings for each new Compose window you open when you set out to write an email.
<p>To open a Compose window, start from the Mail window and click Compose. You can immediately identify the default security settings from the presence or absence of these icons near the lower-right corner of the window:</p>
<table><tr><td>&nbsp;</td><td><img src="chrome://messenger/skin/smime/icons/hdrSignOk.gif" alt="digital signature icon"></td><td>The message will be digitally signed (assuming you have a valid email certificate that identifies you).</td></tr>
<tr><td>&nbsp;</td><td><img src="chrome://messenger/skin/smime/icons/hdrCryptoOk.gif" alt="encryption icon"></td><td>The message will be encrypted (assuming you have valid certificates for all recipients).</td></tr></table>
<p>To turn these settings off or on, click the arrow just below the Security icon in the Mail toolbar near the top of the window. Then select the item you want from the drop-down list:
<ul>
<li><b>Do Not Encrypt This Message:</b> Choose this to turn off encryption for this message. The message will not be encrypted when it is sent over the Internet.</li>
<li><b>Encrypt This Message:</b> Choose this to turn on encryption for this message. The message will be sent in encrypted form. However, it can't be sent unless you have valid certificates for all recipients.</li>
<li><b>Digitally Sign This Message:</b> Choose this to turn digital signing on or off for this message. A checkmark indicates the message will be signed.</li>
<li><b>View Security Info:</b> Choose this to view detailed information about the security status of this message&mdash;to help you determine, for example, whether you need to obtain a certificate for one of the recipients.</li>
</ul>
<p>To view detailed information about the message's security status, you can also click the key or lock icon as described in <a href="#compose_security">Message Security - Compose Window</a>.
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<a name="security:checking_for_received_messagesIDX"></a>
<a name="checking_security_for_received_messagesSDX"></a>
<a NAME="reading"></a>
<h2>Reading Signed &amp; Encrypted Messages</h2>
<p>When you view a signed or encrypted message in the Mail window, these icons near the upper-right corner of the message header indicate the security status of the message:</p>
<table><tr><td>&nbsp;</td><td><img src="chrome://messenger/skin/smime/icons/hdrSignOk.gif" alt="digital signature icon"></td><td>The message is digitally signed and has been validated. If there is a problem with the signature, the pen is broken.</td></tr>
<tr><td>&nbsp;</td><td><img src="chrome://messenger/skin/smime/icons/hdrSignUnknown.gif" alt="unknown icon"></td><td>The message is signed, but it has a large attachment that has not yet been downloaded from the IMAP server. As a result, the signature cannot be validated. Click the icon to download the attachment and validate the signature.</td></tr>
<tr><td>&nbsp;</td><td><img src="chrome://messenger/skin/smime/icons/hdrCryptoOk.gif" alt="encryption icon"></td><td>The message is encrypted. If there is a problem with the encryption, the key is broken.</td></tr>
</table>
<p>For information about certificate validation, see <a href="using_certs_help.html#Controlling_Validation">Controlling Validation</a>.
<p>To see more detailed information about the message's security, click the key or lock icon, or follow the instructions in <a href="#received_security">Message Security - Received Message</a>.
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<hr>
<a NAME="encryption:status_of_message_before sendingIDX"></a>
<a name="security:checking_before_sending_messageIDX"></a>
<a name="checking_security_before_sending_messageSDX"></a>
<a NAME="compose_security"></a>
<h2>Message Security - Compose Window</h2>
<p>This section describes the Message Security window that you can open for any message you are composing. If you're not already viewing Message Security, click the Security icon in the toolbar of the Compose window.
<p>The Message Security window describes how your message will be sent:
<ul>
<li><b>Digitally Signed:</b> This line describes whether your message will be signed. There are three possibilities:</li>
<ul>
<li><b>Yes:</b> Digital signing has been enabled for this message, you have a valid certificate identifying you, and the message can be be signed.</li>
<li><b>No:</b> Digital signing has been disabled for this message.</li>
<li><b>Not possible:</b> Digital signing has been enabled for this message. However, a valid <a href="glossary.html#certificate">certificate</a> identifying you for this purpose is not available, or there is some other problem that makes signing impossible.</li>
</ul>
<li><b>Encrypted:</b> This line describes whether your message will be encrypted. There are three possibilities:</li>
<ul>
<li><b>Yes:</b> Encryption has been enabled for this message, valid certificates for all listed recipients are available, and the message can be encryted.</li>
<li><b>No:</b> Encryption has been disabled or is not possible for this message.</li>
<li><b>Not possible:</b> Encryption has been enabled for this message. However, a valid certificate for at least one of the listed recipients is not available, or no recipients are listed, or there is some other problem that makes encryption impossible.</li>
</ul>
</ul>
<p>The Message Security window also lists the certificates available for the recipients of your message:
<ul>
<li><b>View.</b> To view the details for any certificate in the list, select its name, then click View.</li>
</ul>
<p>For more information about obtaining certificates and configuring message security settings, see <a href="#secure_mail_first">Signing &amp; Encrypting Messages</a>
<p>To indicate your signing or encryption choices for an individual message, click the arrow beside the Security button in the Compose window, then select the options you want.
<p>To indicate your default signing and encryption preferences for all messages, see <a href="mail_help.html#security_settings">Mail &amp; Newsgroups Account Settings - Security</a>
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;</p>
<hr><a NAME="encryption:status_of_received messageIDX"></a>
<a NAME="received_security"></a>
<h2>Message Security - Received Message</h2>
<p>This section describes the Message Security window that you can open for any message you have received. If you're not already viewing Message Security for a received message, follow these steps:
<ol>
<li>In the Mail window, select the message for which you want to view security information.</li>
<li>Open the View menu and choose Message Security Info.</li>
</ol>
<p>The Message Security window displays the following information:
<ul>
<li><b>Digital Signature.</b> The top section describes whether the message is digitally signed and if so, whether the signature is valid. </li>
<p>If validation failed while OCSP was enabled, check the OCSP settings in <a href="validation_help.html#validation_first">Privacy &amp; Security Preferences - Validation</a>. If you are not familiar with OCSP, confirm the settings with your system administrator. If your settings are correct, there may be a problem with the OCSP service or the certificate used to create the signature is no longer valid. </li>
<p>If the signature is invalid because of a problem with a certificate's trust settings, you can use the <a href="certs_help.html">Certificate Manager</a> to view or edit those settings.
<li><b>View Signature Certificate.</b> If the message is signed, click this button to view the certificate that was used to sign it. </li>
<li><b>Encryption.</b> The bottom section reports whether the message is encrypted and any decrypting problems.</li>
<ul>
<li>If the message's contents have been altered during transit, you should ask the sender to resend it. The changes may have been caused by network problems.</li>
<li>If a copy of your own certificate (used by the sender to encrypt the message) is not available on your computer, the private key required to decrypt the message cannot be retrieved. The only solution is to import a backup copy of your certificate and its private key (see <a href="certs_help.html#My_Certificates">Your Certificates</a> for details.) If you don't have access to a backup certificate, you will not be able to decrypt the message. </li>
</ul>
</ul>
<p>
[&nbsp;<A HREF="#secure_mail_first">Return to beginning of section</A>&nbsp;]
</p>
<p>&nbsp;
<hr>
<p><i>18 June 2002</i></p>
<p>Copyright &copy; 1994-2002 Netscape Communications Corporation.</p>
</body>
</html>