<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[ <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > %brandDTD;]><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Glossary</title><linkrel="stylesheet"href="helpFileLayout.css"type="text/css"/></head><body><divclass="boilerPlate">This glossary is provided for your information only, and is not meant to be relied upon as a complete or authoritative description of the terms defined below or of the privacy and/or security ramifications of the technologies described.</div><h1id="glossary">Glossary</h1><dl><dtid="add-on">add-on</dt><dd>A piece of software that can be added to&brandShortName; to change its appearance, behavior, or to add new features. It can also change the language shown in the user interface. See also<ahref="#extension">extension</a>, <ahref="#language_pack">language pack</a>, <ahref="#plugin">plugin</a>, and <ahref="#theme">theme</a>.</dd><dtid="authentication">authentication</dt><dd>The use of a password, certificate, personal identification number (PIN), or other information to validate an identity over a computer network. See also<ahref="#password-based_authentication">password-based authentication</a>,<ahref="#certificate-based_authentication">certificate-based authentication</a>, <ahref="#client_authentication">client authentication</a>, <ahref="#server_authentication">server authentication</a>, <ahref="#secure_authentication">secure authentication</a>.</dd><dtid="bookmark">bookmark</dt><dd>A stored <ahref="#web_page">web page</a> address (<ahref="#url">URL</a>) that you can go to easily by clicking a bookmark icon in the <ahref="#personal_toolbar">Bookmarks Toolbar</a> or choosing the bookmark's name from the Bookmarks menu.</dd><dtid="ca">CA</dt><dd>See <ahref="#certificate_authority">certificate authority (CA)</a></dd><dtid="ca_certificate">CA certificate</dt><dd>A certificate that identifies a certificate authority. See also<ahref="#certificate_authority">certificate authority (CA)</a>,<ahref="#subordinate_ca">subordinate CA</a>, <ahref="#root_ca">root CA</a>.</dd><dtid="cache">cache</dt><dd>A collection of web page copies stored on your computer's hard disk or in its random-access memory (RAM). The browser accumulates these copies as you browse the Web. When you click a link or type a <ahref="#url">URL</a> to fetch a particular web page for which the cache already contains a copy, the browser compares the cached copy to the original. If there have been no changes, the browser uses the cached copy rather than refetching the original, saving processing and download time.</dd><dtid="caret_browsing">caret browsing</dt><dd>A &brandShortName; feature that allows you to navigate through text in Web pages and email messages (or this Help window) with a caret. Using your keyboard, you can navigate and select text like you do in a text editor. You can turn caret browsing mode on or off by pressing the <kbd>F7</kbd> key. Caret browsing mode can also be enabled or disabled in Advanced Preferences - Keyboard Navigation.</dd><dtid="certificate">certificate</dt><dd>The digital equivalent of an ID card. A certificate specifies the name of an individual, company, or other entity and certifies that a public key, which is included in the certificate, belongs to that entity. When you digitally sign a message or other data, the digital signature for that message is created with the aid of the private key that corresponds to the public key in your certificate. A certificate is issued and digitally signed by a <ahref="#certificate_authority">certificate authority (CA)</a>. A certificate's validity can be verified by checking the CA's <ahref="#digital_signature">digital signature</a>. Also called digital ID, digital passport, public-key certificate, X.509 certificate, and security certificate. See also <ahref="#public-key_cryptography">public-key cryptography</a>.</dd><dtid="certificate_authority">certificate authority (CA)</dt><dd>A service that issues a certificate after verifying the identity of the person or entity the certificate is intended to identify. A CA also renews and revokes certificates and generates a list of revoked certificates at regular intervals. CAs can be independent vendors or a person or organization using certificate-issuing server software (such as &brandShortName; Certificate Management System). See also <ahref="#certificate">certificate</a>,<ahref="#crl">CRL (certificate revocation list)</a>.</dd><dtid="certificate_backup_password">certificate backup password</dt><dd>A password that protects a certificate that you are backing up or have previously backed up. Certificate Manager asks you to set this password when you back up a certificate, and requests it when you attempt to restore a certificate that has previously been backed up.</dd><dtid="certificate-based_authentication">certificate-based authentication</dt><dd>Verification of identity based on <ahref="#certificate">certificates</a> and public-key cryptography. See also <ahref="#password-based_authentication">password-based authentication</a>.</dd><dtid="certificate_chain">certificate chain</dt><dd>A hierarchical series of certificates signed by successive certificate authorities. A CA certificate identifies a <ahref="#certificate_authority">certificate authority (CA)</a> and is used to sign certificates issued by that authority. A CA certificate can in turn be signed by the CA certificate of a parent CA and so on up to a<ahref="#root_ca">root CA</a>.</dd><dtid="certificate_fingerprint">certificate fingerprint</dt><dd> A unique number associated with a certificate. The number is not part of the certificate itself but is produced by applying a mathematical function to the contents of the certificate. If the contents of the certificate change, even by a single character, the function produces a different number. Certificate fingerprints can therefore be used to verify that certificates have not been tampered with.</dd><dtid="certificate_manager">Certificate Manager</dt><dd>The part of the browser that allows you to view and manage certificates. To view the main Certificate Manager window: Open the<spanclass="mac">&brandShortName;</span><spanclass="noMac">Edit</span> menu, choose Preferences, click Privacy and Security, and then click Manage Certificates.</dd><dtid="certificate_renewal">certificate renewal</dt><dd>The process of renewing a <ahref="#certificate">certificate</a> that is about to expire.</dd><dtid="certificate_verification">certificate verification</dt><dd>When<ahref="#certificate_manager">Certificate Manager</a> verifies a certificate, it confirms that the digital signature was created by a CA whose own CA certificate is both on file with Certificate Manager and marked as trusted for issuing that kind of certificate. It also confirms that the certificate being verified has not itself been marked as untrusted. Finally, if the <ahref="#ocsp">OCSP (Online Certificate Status Protocol)</a> has been activated, Certificate Manager also performs an online check. It does so by looking up the certificate in a list of valid certificates maintained at a<ahref="#url">URL</a> that is specified either in the certificate itself or in the browser's Validation preferences. If any of these checks fail, Certificate Manager marks the certificate as unverified and won't recognize the identity it certifies.</dd><dtid="cipher">cipher</dt><dd>See<ahref="#cryptographic_algorithm">cryptographic algorithm</a>.</dd><dtid="client">client</dt><dd>Software (such as browser software) that sends requests to and receives information from a <ahref="#server">server</a>, which is usually running on a different computer. A computer on which client software runs is also described as a client.</dd><dtid="client_authentication">client authentication</dt><dd>The process of identifying a <ahref="#client">client</a> to a <ahref="#server">server</a>, for example with a name and password or with a<ahref="#client_ssl_certificate">client SSL certificate</a> and some digitally signed data. See also <ahref="#ssl">SSL (Secure Sockets Layer)</a>, <ahref="#server_authentication">server authentication</a>.</dd><dtid="client_ssl_certificate">client SSL certificate</dt><dd>A certificate that a <ahref="#client">client</a> (such as browser software) presents to a<ahref="#server">server</a> to authenticate the identity of the client (or the identity of the person using the client) using the<ahref="#ssl">SSL (Secure Sockets Layer)</a> protocol. See also <ahref="#client_authentication">client authentication</a>.</dd><dtid="component_bar">Component Bar</dt><dd>The toolbar located at the bottom left of any &brandShortName; window. The Component Bar allows you to switch between &brandShortName; components by clicking icons for Browser, Mail & Newsgroups, Composer, and so on.</dd><dtid="cookie">cookie</dt><dd>A small bit of information stored on your computer by some <ahref="#website">websites</a>. When you visit such a website, the website asks your browser to place one or more cookies on your hard disk. Later, when you return to the website, your browser sends the website the cookies that belong to it. Cookies help websites keep track of information about you, such as the contents of your shopping cart. You can set your cookie preferences to control how cookies are used and how much information you are willing to let websites store on them. See also<ahref="#third-party_cookie">third-party cookie</a>.</dd><dtid="cookie_manager">Cookie Manager</dt><dd>The part of the browser that you can use to control <ahref="#cookie">cookies</a>.</dd><dtid="cram_md5">CRAM-MD5</dt><dd>A<ahref="#cryptographic_algorithm">cryptographic algorithm</a> used for<ahref="#encrypted_password">password encryption</a> to achieve<ahref="#secure_authentication">secure authentication</a>.</dd><dtid="crl">CRL (certificate revocation list)</dt><dd>A list of revoked certificates that is generated and signed by a<ahref="#certificate_authority">certificate authority (CA)</a>. You can download the latest CRL to your browser or to a server, then check against it to make sure that certificates are still valid before permitting their use for authentication.</dd><dtid="cryptographic_algorithm">cryptographic algorithm</dt><dd>A set of rules or directions used to perform cryptographic operations such as<ahref="#encryption">encryption</a> and<ahref="#decryption">decryption</a>. Sometimes called a<em>cipher.</em></dd><dtid="cryptography">cryptography</dt><dd>The art and practice of scrambling (encrypting) and unscrambling (decrypting) information. For example, cryptographic techniques are used to scramble an unscramble information flowing between commercial websites and your browser. See also<ahref="#public-key_cryptography">public-key cryptography</a>.</dd><dtid="decryption">decryption</dt><dd>The process of unscrambling data that has been encrypted. See also <ahref="#encryption">encryption</a>.</dd><dtid="digital_id">digital ID</dt><dd> See <ahref="#certificate">certificate</a>.</dd><dtid="digital_signature">digital signature</dt><dd>A code created from both the data to be signed and the private key of the signer. This code is unique for each new piece of data. Even a single comma added to a message changes the digital signature for that message. Successful validation of your digital signature by appropriate software not only provides evidence that you approved the transaction or message, but also provides evidence that the data has not changed since you digitally signed it. A digital signature has nothing to do with a handwritten signature, although it can sometimes be used for similar legal purposes. See also<ahref="#nonrepudiation">nonrepudiation</a>,<ahref="#tamper_detection">tamper detection</a>.</dd><dtid="distinguished_name">distinguished name (DN)</dt><dd>A specially formatted name that uniquely identifies the subject of a<ahref="#certificate">certificate</a>.</dd><dtid="do_not_track">Do Not Track</dt><dd>A mechanism that allows users to inform <ahref="#website">websites</a> that they do not want to be<ahref="#user_tracking">tracked</a> by third-party websites and<ahref="#web_application">web applications</a>. A user' tracking preferences is included in the <ahref="#http">HTTP</a> header and sent to the website. &brandShortName; supports sending <q>Do Not Track</q> requests, but websites are not obligated to honor those.</dd><dtid="dual_key_pairs">dual key pairs</dt><dd>Two public-private key pairs—four keys altogether—corresponding to two separate certificates. The private key of one pair is used for signing operations, and the public and private keys of the other pair are used for encryption and decryption operations. Each pair corresponds to a separate<ahref="#certificate">certificate</a>. See also<ahref="#public-key_cryptography">public-key cryptography</a>.</dd><dtid="eavesdropping">eavesdropping</dt><dd>Surreptitious interception of information sent over a network by an entity for which the information is not intended.</dd><dtid="encrypted_password">encrypted password</dt><dd>Used for<ahref="#password-based_authentication">password-based authentication</a> to achieve <ahref="#secure_authentication">secure authentication</a>. The user's password is encrypted before it is sent to the server (e.g., by methods like <ahref="#cram_md5">CRAM-MD5</a>) to prevent that anyone eavesdropping on the connection from seeing it in clear text. This mechanism is frequently used when no <ahref="#secure_connection">secure connection</a> method is available.</dd><dtid="encryption">encryption</dt><dd>The process of scrambling information in a way that disguises its meaning. For example, encrypted connections between computers make it very difficult for third-parties to unscramble, or<em>decrypt</em>, information flowing over the connection. Encrypted information can be decrypted only by someone who possesses the appropriate key. See also <ahref="#public-key_cryptography">public-key cryptography</a>.</dd><dtid="encryption_certificate">encryption certificate</dt><dd>A<ahref="#certificate">certificate</a> whose public key is used for encryption only. Encryption certificates are not used for signing operations. See also <ahref="#dual_key_pairs">dual key pairs</a>,<ahref="#signing_certificate">signing certificate</a>.</dd><dtid="encryption_key">encryption key</dt><dd>A private key used for encryption only. An encryption key and its equivalent private key, plus a<ahref="#signing_key">signing key</a> and its equivalent public key, constitute a <ahref="#dual_key_pairs">dual key pairs</a>.</dd><dtid="extension">extension</dt><dd>A type of <ahref="#add-on">add-on</a> that changes the behavior of &brandShortName; or adds new features to it.</dd><dtid="feed">feed</dt><dd>A frequently updated source of references to web pages, usually blog articles or news. Technically it is an XML document available through a public well-known URL, comprising of several items inside, each one containing some metadata (possibly including a summary) and an URL to the full blog or news article. The XML document is regenerated at fixed intervals, or whenever a new article is published to the website. Web applications can subscribe to the URL serving the feed and present the new articles as they are updated in the underlying XML document. There are specific XML formats for feeds, most common of which are<ahref="#rss">RSS</a> and Atom.</dd><dtid="fingerprint">fingerprint (certificate)</dt><dd>See<ahref="#certificate_fingerprint">certificate fingerprint</a>.</dd><dtid="fingerprinting">fingerprinting (browser)</dt><dd>A method of<ahref="#user_tracking">user tracking</a> by which a user is identified based on browser characteristics like browser and operating system versions, stated language preferences, or <ahref="#plugin">plugins</a> installed.</dd><dtid="fips_pubs_140-1">FIPS PUBS 140-1</dt><dd>Federal Information Processing Standards Publications (FIPS PUBS) 140-1 is a US government standard for implementations of cryptographic modules—that is, hardware or software that encrypts and decrypts data or performs other cryptographic operations (such as creating or verifying digital signatures). Many products sold to the US government must comply with one or more of the FIPS standards.</dd><dtid="foreign_cookie">foreign cookie</dt><dd>See<ahref="#third-party_cookie">third-party cookie</a>.</dd><dtid="frame">frame</dt><dd>Frames are <ahref="#web_page">web pages</a> contained inside of an all-encompassing <q>meta</q> page.</dd><dtid="ftp">FTP (File Transfer Protocol)</dt><dd>A standard that allows users to transfer files from one computer to another over a network. You can use your browser to fetch files using FTP.</dd><dtid="geolocation_service">geolocation service</dt><dd>A web service for<ahref="#location_aware_browsing">location aware browsing</a>.</dd><dtid="grippy">grippy</dt><dd>A small box element to the left of menubars and toolbars. The grippy allows the user to quickly collapse menubars and toolbars. <spanclass="mac">Grippies are not available on macOS.</span></dd><dtid="gssapi">GSSAPI (Generic Security Services Application Program Interface)</dt><dd>See <ahref="#kerberos">Kerberos</a>.</dd><dtid="helper_application">helper application</dt><dd>Any application that is used to open or view a file downloaded by the browser. A<ahref="#plugin">plugin</a> is a special kind of helper application that installs itself into the Plugins directory of the main browser installation directory and can typically be opened within the browser itself (internally). Microsoft Word, Adobe Photoshop, and other external applications are considered helper applications but not plugins, since they don't install themselves into the browser directory, but can be opened from the download dialog box.</dd><dtid="home_page">home page</dt><dd>The page your browser is set to display every time you launch it or when you click the Home button. Also used to refer to the main page for a website, from which you can explore the rest of the website.</dd><dtid="html">HTML (HyperText Markup Language)</dt><dd>The document format used for web pages. The HTML standard defines tags, or codes, used to define the text layout, fonts, style, images, and other elements that make up a web page.</dd><dtid="http">HTTP (HyperText Transfer Protocol)</dt><dd>The protocol used to transfer <ahref="#web_page">web pages</a> (HyperText documents) between browsers and <ahref="#server">servers</a> over the<ahref="#world_wide_web">World Wide Web</a>.</dd><dtid="https">HTTPS (HyperText Transfer Protocol Secure)</dt><dd>The secure version of the HTTP protocol that uses <ahref="#ssl">SSL</a> to ensure the privacy of customer data (such as credit card information) while en route over the <ahref="#internet">Internet</a>.</dd><dtid="imap">IMAP (Internet Message Access Protocol)</dt><dd>A standard mail server protocol that allows you to store all your messages and any changes to them on the server rather than on your computer's hard disk. Using IMAP rather than <ahref="#pop">POP</a> saves disk space and allows you to access your entire mailbox, including sent mail, drafts, and custom folders, from any location. Using an IMAP server over a modem is generally faster than using a POP mail server, since you initially download message headers only. Not all <ahref="#isp">ISPs</a> support IMAP.</dd><dtid="implicit_consent">implicit consent</dt><dd>Also known as implied or<q>opt-out</q> consent. Used to describe privacy settings that may allow websites to gather information about you (for example by means of<ahref="#cookie">cookies</a> and online forms) unless you explicitly choose to withhold your consent by selecting an option on a page that the website provides for that purpose. Your consent may not be requested when the information is actually gathered. See also <ahref="#user_tracking">user tracking</a>.</dd><dtid="internet">Internet</dt><dd>A worldwide network of millions of computers that communicate with each other using standard protocols such as<ahref="#tcp_ip">TCP/IP</a>. Originally developed for the US military in 1969, the Internet grew to include educational and research institutions and, in the late 1990s, millions of businesses, organizations, and individuals. Today the Internet is used for email, browsing the<ahref="#world_wide_web">World Wide Web (WWW)</a>, instant messaging, usegroups, and many other purposes.</dd><dtid="ip_address">IP address (Internet protocol address)</dt><dd>The address of a computer on a <ahref="#tcp_ip">TCP/IP</a> network. Every computer on the <ahref="#internet">Internet</a> has an IP address.<ahref="#client">Clients</a> have either a permanent IP address or one that is dynamically assigned to them each time they connect with the network. IP addresses are written as four sets of numbers, like this: 204.171.64.2.</dd><dtid="irc">IRC (Internet Relay Chat)</dt><dd>A protocol used to chat with other people in real-time using an IRC <ahref="#client">client</a>.</dd><dtid="isp">ISP (Internet Service Provider)</dt><dd>A company/institution that provides <ahref="#internet">Internet</a> connections.</dd><dtid="java">Java</dt><dd>A programming language developed by Sun Microsystems. A single Java program can run on many different kinds of computers, thus avoiding the need for programmers to create a separate version of each program for each kind of computer. Java programs or applets are not directly supported in your browser.</dd><dtid="javascript">JavaScript</dt><dd>A scripting language commonly used to construct <ahref="#web_page">web pages</a>. Programmers use JavaScript to make web pages more interactive; for example, to display forms and buttons. JavaScript must not be confused with <ahref="#java">Java</a>. They are separate languages. Java is not required for JavaScript to work correctly.</dd><dtid="key">key</dt><dd>A large number used by a<ahref="#cryptographic_algorithm">cryptographic algorithm</a> to encrypt or decrypt data. A person's public key, for example, allows other people to encrypt messages to that person. The encrypted messages must be decrypted with the corresponding private key. See also<ahref="#public-key_cryptography">public-key cryptography</a>.</dd><dtid="kerberos">Kerberos</dt><dd>A mechanism to use single-signon,<ahref="#smart_card">smart cards</a>, or other custom methods to<ahref="#authentication">authenticate</a> access without using<ahref="#password-based_authentication">passwords</a> for each individual service. Used mostly in large enterprise/institutional networks where authentication is provided by centralized services like<ahref="#ldap">LDAP</a>.</dd><dtid="language_pack">language pack</dt><dd>A type of<ahref="#add-on">add-on</a> that adds a new language to the user interface of &brandShortName;.</dd><dtid="latex">LaTeX</dt><dd>A word processor and document markup language to typeset documents, widely used in academia. In particular, it provides a compact plain text syntax to write complex mathematical formulas.</dd><dtid="ldap">LDAP (Lightweight Directory Access Protocol)</dt><dd>A standard protocol for accessing directory services, such as corporate address books, across multiple platforms. You can set up your browser to access LDAP directories from the Address Book. You can also set up Mail & Newsgroups to use an LDAP directory for email address autocompletion.</dd><dtid="location_aware_browsing">location aware browsing</dt><dd>A method to determine a user's location to provide customized services for the current position, or for the purpose of <ahref="#user_tracking">user tracking</a>. In addition to the <ahref="#ip_address">IP address</a>, provider-specific information like wireless access points are used to determine longitude and latitude, altitude as well as speed and heading (as available) for the requesting <ahref="#website">website</a>. Provided by a <ahref="#geolocation_service">geolocation service</a>.</dd><dtid="location_bar">Location Bar</dt><dd>The field (and associated buttons) near the top of a browser window where you can type a<ahref="#url">URL</a> or search terms.</dd><dtid="malware">Malware</dt><dd>Short for <q><u>Mal</u>icious Soft<u>ware</u></q> and a general term for a variety of software designed to disrupt computer operation, gather sensitive information, or gain access to your computer. They can be distributed by infected <ahref="#web_page">web pages</a> or as attachments to email messages. Examples include viruses, worms, trojans, spyware, or adware. Malware may redistribute itself by sending out email messages to infect other computers.</dd><dtid="master_key">master key</dt><dd>A symmetric key used by<ahref="#certificate_manager">Certificate Manager</a> to encrypt information. For example, <ahref="#password_manager">Password Manager</a> uses Certificate Manager and your master key to encrypt email passwords, website passwords, and other stored sensitive information. See also<ahref="#symmetric_encryption">symmetric encryption</a>.</dd><dtid="master_password">master password</dt><dd>A password used by Certificate Manager to protect the master key and/or private keys stored on a<ahref="#security_device">security device</a>. Certificate Manager needs to access your private keys, for example, when you sign email messages or use one of your own certificates to identify yourself to a website. It needs to access your master key when Password Manager or Form Manager reads or adds to your personal information. You can set or change your master password from the Passwords preferences panel. Each security device requires a separate master password. See also <ahref="#private_key">private key</a>,<ahref="#master_key">master key</a>.</dd><dtid="mathml">MathML (Mathematical Markup Language)</dt><dd>The markup language used to write mathematical notations in<ahref="#web_page">web pages</a>.</dd><dtid="menu_bar">Menu Bar</dt><dd>The toolbar <spanclass="mac">at the top of the screen</span><spanclass="noMac">near the top of any &brandShortName; window</span> that includes the File, Edit, and View menus.</dd><dtid="misrepresentation">misrepresentation</dt><dd>Presentation of an entity as a person or organization that it is not. For example, a website might pretend to be a furniture store when it is really just a website that takes credit card payments but never sends any goods. See also<ahref="#spoofing">spoofing</a>.</dd><dtid="navigation_toolbar">Navigation Toolbar</dt><dd>The toolbar near the top of the browser window that includes the Back and Forward buttons.</dd><dtid="nonrepudiation">nonrepudiation</dt><dd>The inability, of the sender of a message, to deny having sent the message. A regular hand-written signature provides one form of nonrepudiation. A<ahref="#digital_signature">digital signature</a> provides another.</dd><dtid="notification_bar">notification bar</dt><dd>A bar that appears at the top of the content area to inform you about something that needs your attention, e.g. when the Password Manager can save a password for you, a popup has been blocked or an additional plugin is required.</dd><dtid="ntlm">NTLM (NT LAN Manager)</dt><dd>A protocol for<ahref="#authentication">authentication</a> in local networks that is proprietary to Microsoft Windows. Used mostly in enterprise/institutional networks.</dd><dtid="object_signing">object signing</dt><dd>A technology that allows software developers to sign Java code, JavaScript scripts, or any kind of file, and that allows users to identify the signers and control access by signed code to local system resources.</dd><dtid="object-signing_certificate">object-signing certificate</dt><dd>A certificate whose corresponding private key is used to sign objects such as code files. See also <ahref="#object_signing">object signing</a>.</dd><dtid="ocsp">OCSP (Online Certificate Status Protocol)</dt><dd>A set of rules that <ahref="#certificate_manager">Certificate Manager</a> follows to perform an online check of a certificate's validity each time the certificate is used. This process involves checking the certificate against a list of valid certificates maintained at a specified website. Your computer must be online for OCSP to work.</dd><dtid="opml">OPML (Outline Processor Markup Language)</dt><dd>An XML format used to list <ahref="#feed">feed</a> collections. Although broader in its specification, it is mainly used nowadays to export and import feed collections between different feed aggregators or readers, like&brandShortName;.</dd><dtid="password-based_authentication">password-based authentication</dt><dd>Confident identification by means of a name and password. See also <ahref="#authentication">authentication</a>.</dd><dtid="password_manager">Password Manager</dt><dd>The part of the browser that can help you remember some or all of your names and passwords by storing them on your computer's hard disk, and entering them for you automatically when you visit such websites.</dd><dtid="personal_toolbar">Bookmarks Toolbar</dt><dd>The customizable toolbar that appears just below the location bar by default in the browser. It contains standard buttons such as Home, Bookmarks, and so on that you can add or remove. You can also add buttons for your favorite bookmarks, or folders containing groups of bookmarks.</dd><dtid="phishing">Phishing</dt><dd>Phishing is a fraudulent business scheme in which a party creates counterfeit websites, hijacking brand names of banks, e-retailers and credit card companies, trying to collect victims' personal information.</dd><dtid="pkcs_11">PKCS #11</dt><dd>The public-key cryptography standard that governs security devices such as smart cards. See also<ahref="#security_device">security device</a>, <ahref="#smart_card">smart card</a>.</dd><dtid="pkcs_11_module">PKCS #11 module</dt><dd>A program on your computer that manages cryptographic services such as encryption and decryption using the PKCS #11 standard. Also called <em>cryptographic modules</em>,<em>cryptographic service providers</em>, or <em>security modules</em>, PKCS #11 modules control either hardware or software devices. A PKCS #11 module always controls one or more slots, which may be implemented as some form of physical reader (for example, for reading smart cards) or in software. Each slot for a PKCS #11 module can in turn contain a<ahref="#security_device">security device</a> (also called <em>token</em>), which is the hardware or software device that provides cryptographic services and stores certificates and keys. <ahref="#certificate_manager">Certificate Manager</a> provides two built-in PKCS #11 modules. You may install additional modules on your computer to control smart card readers or other hardware devices.</dd><dtid="pki">PKI (public-key infrastructure)</dt><dd>The standards and services that facilitate the use of public-key cryptography and certificates in a networked environment.</dd><dtid="plugin">plugin</dt><dd>A type of<ahref="#helper_application">helper application</a> that adds new capabilities to your browser, such as the ability to play audio or video clips. Unlike other kinds of helper applications, a plugin application installs itself into the Plugins directory within the main browser installation directory and typically can be opened within the browser itself (internally). For example, an audio plugin lets you listen to audio files on a <ahref="#web_page">web page</a> or in an email message.</dd><dtid="pop">POP (Post Office Protocol)</dt><dd>A standard mail server protocol that requires you to download new messages to your local computer—although you can choose to leave copies on the server. With POP, you can store all your messages, including sent mail, drafts, and custom folders, on one computer only. By contrast,<ahref="#imap">IMAP</a> allows you to permanently store all your messages and any changes to them on the server, where you can access them from any computer. Most <ahref="#isp">ISPs</a> currently support POP.</dd><dtid="private_browsing">private browsing</dt><dd>Browsing in a session in which no private data (like browsing history, <ahref="#cookie">cookies</a>, and <ahref="#cache">cached</a> content) are retained beyond the duration of the private session. Private browsing should not be confused with anonymous browsing and does not prevent <ahref="#user_tracking">user tracking</a> or monitoring of web activity by an internet provider or employer.</dd><dtid="private_key">private key</dt><dd>One of a pair of<ahref="#key">keys</a> used in public-key cryptography. The private key is kept secret and is used to decrypt data that has been encrypted with the corresponding public key.</dd><dtid="proxy">proxy</dt><dd>An intermediary or <q>go-between</q> program that acts as both a <ahref="#server">server</a> and a<ahref="#client">client</a> for the purpose of making requests on behalf of other clients.</dd><dtid="public_key">public key</dt><dd> One of a pair of <ahref="#key">keys</a> used in public-key cryptography. The public key is distributed freely and published as part of a<ahref="#certificate">certificate</a>. It is typically used to encrypt data sent to the public key's owner, who then decrypts the data with the corresponding private key.</dd><dtid="public-key_cryptography">public-key cryptography</dt><dd>A set of well-established techniques and standards that allow an entity (such as a person, an organization, or hardware such as a router) to verify its identity electronically or to sign and encrypt electronic data. Two keys are involved: a <ahref="#public_key">public key</a> and a <ahref="#private_key">private key</a>. The public key is published as part of a<ahref="#certificate">certificate</a>, which associates that key with a particular identity. The corresponding private key is kept secret. Data encrypted with the public key can be decrypted only with the private key.</dd><dtid="root_ca">root CA</dt><dd>The<ahref="#certificate_authority">certificate authority (CA)</a> with a self-signed certificate at the top of a<ahref="#certificate_chain">certificate chain</a>. See also<ahref="#subordinate_ca">subordinate CA</a>.</dd><dtid="rss">RSS (Really Simple Syndication)</dt><dd>An <ahref="#xml">XML</a> data format for web <ahref="#feed">feeds</a>.</dd><dtid="safe_browsing">safe browsing</dt><dd>Protection against common threats from <ahref="#malware">Malware</a> and <ahref="#phishing">Phishing</a> by checking each <ahref="#web_page">web page</a> against a list of reported websites. If the web page you are about to visit has been reported as containing malicious content, &brandShortName; prevents it from loading and shows a warning instead.</dd><dtid="search_engine">search engine</dt><dd>A web-based program that allows users to search for and retrieve specific information from the<ahref="#world_wide_web">World Wide Web (WWW)</a>. The search engine may search the full text of web documents or a list of keywords, or use librarians who review web documents and index them manually for retrieval. Typically, the user types a word or phrase, also called a query, into a search box, and the search engine displays links to relevant web pages.</dd><dtid="secure_authentication">secure authentication</dt><dd>A type of<ahref="#authentication">authentication</a> which can be achieved by<ahref="#encrypted_password">encryption of the password</a> or by mechanisms like <ahref="#kerberos">Kerberos</a> and <ahref="#ntlm">NTLM</a>. Not to be confused with <ahref="#secure_connection">secure connection</a>.</dd><dtid="secure_connection">secure connection</dt><dd>A connection using<ahref="#ssl">SSL</a> or <ahref="#tls">TLS</a>. All communication between your computer and the server is <ahref="#encryption">encrypted</a> so that no third party eavesdropping on your connection can read it. Note that the data is only encrypted during transmission between your client application and the server, after that it is no longer encrypted. To prove its authenticity to the client, the server needs to identify itself using a<ahref="#certificate">certificate</a>. A bad certificate can indicate an attack on the server or the connection, thus it is important to heed certificate warnings.</dd><dtid="security_certificate">security certificate</dt><dd>See<ahref="#certificate">certificate</a>.</dd><dtid="security_device">security device</dt><dd>Hardware or software that provides cryptographic services such as encryption and decryption and can store certificates and keys. A <ahref="#smart_card">smart card</a> is one example of a security device implemented in hardware.<ahref="#certificate_manager">Certificate Manager</a> contains its own built-in security device, called the<ahref="#software_security_device">software security device</a>, that is always available while the browser is running. Each security device is protected by its own <ahref="#master_password">master password</a>.</dd><dtid="security_module">security module</dt><dd>See<ahref="#pkcs_11_module">PKCS #11 module</a>.</dd><dtid="security_token">security token</dt><dd>See<ahref="#security_device">security device</a>.</dd><dtid="server">server</dt><dd>Software (such as software that serves up web pages) that receives requests from and sends information to a<ahref="#client">client</a>, which is usually running on a different computer. A computer on which server software runs is also described as a server.</dd><dtid="server_authentication">server authentication</dt><dd>The process of identifying a <ahref="#server">server</a> to a <ahref="#client">client</a> by using a <ahref="#server_ssl_certificate">server SSL certificate</a>. See also <ahref="#client_authentication">client authentication</a>,<ahref="#ssl">SSL (Secure Sockets Layer)</a>.</dd><dtid="server_ssl_certificate">server SSL certificate</dt><dd>A certificate that a <ahref="#server">server</a> presents to a<ahref="#client">client</a> to authenticate the server's identity using the <ahref="#ssl">SSL (Secure Sockets Layer)</a> protocol.</dd><dtid="signing_certificate">signing certificate</dt><dd>A certificate whose corresponding <ahref="#private_key">private key</a> is used to sign transmitted data, so that the receiver can verify the identity of the sender. Certificate authorities (CAs) often issue a signing certificate that will be used to sign email messages at the same time as an<ahref="#encryption_certificate">encryption certificate</a> that will be used to encrypt email messages. See also <ahref="#dual_key_pairs">dual key pairs</a>, <ahref="#digital_signature">digital signature</a>.</dd><dtid="signing_key">signing key</dt><dd>A private key used for signing only. A signing key and its equivalent public key, together with an<ahref="#encryption_key">encryption key</a> and its equivalent private key, constitute <ahref="#dual_key_pairs">dual key pairs</a>.</dd><dtid="slot">slot</dt><dd>A piece of hardware, or its equivalent in software, that is controlled by a <ahref="#pkcs_11_module">PKCS #11 module</a> and designed to contain a <ahref="#security_device">security device</a>.</dd><dtid="smart_card">smart card</dt><dd>A small device, typically about the size of a credit card, that contains a microprocessor and is capable of storing cryptographic information (such as keys and certificates) and performing cryptographic operations. Smart cards use the <ahref="#pkcs_11">PKCS #11</a> standard. A smart card is one kind of <ahref="#security_device">security device</a>.</dd><dtid="smtp">SMTP (Simple Mail Transfer Protocol)</dt><dd>A protocol that sends email messages across the <ahref="#internet">Internet</a>.</dd><dtid="socks">SOCKS</dt><dd>A protocol that a <ahref="#proxy">proxy</a> server can use to accept requests from client users in an internal network so that it can forward them across the <ahref="#internet">Internet</a>.</dd><dtid="software_security_device">software security device</dt><dd>The default<ahref="#security_device">security device</a> used by<ahref="#certificate_manager">Certificate Manager</a> to store private keys associated with your certificates. In addition to private keys, the software security device stores the master key used by<ahref="#password_manager">Password Manager</a> to encrypt email passwords, website passwords, and other sensitive information. See also<ahref="#private_key">private key</a> and <ahref="#master_password">master key</a>.</dd><dtid="spoofing">spoofing</dt><dd>Pretending to be someone else. For example, a person can pretend to have the email address <tt>jdoe@mozilla.com</tt>, or a computer can identify itself as a website called <tt>www.mozilla.com</tt> when it is not. Spoofing is one form of<ahref="#misrepresentation">misrepresentation</a>.</dd><dtid="ssl">SSL (Secure Sockets Layer)</dt><dd>A protocol that allows mutual authentication between a <ahref="#client">client</a> and a<ahref="#server">server</a> for the purpose of establishing an authenticated and encrypted connection. SSL runs above <ahref="#tcp_ip">TCP/IP</a> and below <ahref="#http">HTTP</a>, <ahref="#ldap">LDAP</a>,<ahref="#imap">IMAP</a>, NNTP, and other high-level network protocols. The new Internet Engineering Task Force (IETF) standard called Transport Layer Security (TLS) is based on SSL. See also<ahref="#authentication">authentication</a>,<ahref="#encryption">encryption</a>.</dd><dtid="starttls">STARTTLS</dt><dd>An extension to common standard TCP protocols (like SMTP, POP or IMAP) so the client can tell the server to use <ahref="#tls">TLS</a> on the same TCP port as for non-secure connections.</dd><dtid="status_bar">Status Bar</dt><dd>The toolbar that appears at the bottom of any &brandShortName; window. It includes the<ahref="#component_bar">Component Bar</a> on the left and status icons on the right.</dd><dtid="subject">subject</dt><dd>The entity (such as a person, organization, or router) identified by a <ahref="#certificate">certificate</a>. In particular, the subject field of a certificate contains the certified entity's <ahref="#subject_name">subject name</a> and other characteristics.</dd><dtid="subject_name">subject name</dt><dd>A<ahref="#distinguished_name">distinguished name (DN)</a> that uniquely describes the <ahref="#subject">subject</a> of a<ahref="#certificate">certificate</a>.</dd><dtid="subordinate_ca">subordinate CA</dt><dd>A<ahref="#certificate_authority">certificate authority (CA)</a> whose certificate is signed by another subordinate CA or by the root CA. See also<ahref="#certificate_chain">certificate chain</a>, <ahref="#root_ca">root CA</a>.</dd><dtid="symmetric_encryption">symmetric encryption</dt><dd>An encryption method that uses a single cryptographic key to both encrypt and decrypt a given message.</dd><dtid="tamper_detection">tamper detection</dt><dd>A mechanism ensuring that data received in electronic form has not been tampered with; that is, that the data received corresponds entirely with the original version of the same data.</dd><dtid="tcp">TCP</dt><dd>See <ahref="#tcp_ip">TCP/IP</a>.</dd><dtid="tcp_ip">TCP/IP (Transmission Control Protocol/Internet Protocol)</dt><dd>A Unix protocol used to connect computers running a variety of operating systems. TCP/IP is an essential Internet protocol and has become a global standard.</dd><dtid="theme">theme</dt><dd>A type of <ahref="#add-on">add-on</a> that changes the appearance of &brandShortName;.</dd><dtid="third-party_cookie">third-party cookie</dt><dd>A<ahref="#cookie">cookie</a> from one <ahref="#website">website</a> that gets stored on your computer when you visit a different website. Sometimes a website displays content that is hosted on another website. That content can be anything from an image to text or an advertisement. The second website that hosts such elements also has the ability to store a cookie in your browser, even though you don't visit it directly. Also known as<q>foreign cookie</q>.</dd><dtid="tls">TLS</dt><dd>Transport Layer Security (TLS) is the new Internet Engineering Task Force (IETF) standard based on SSL (Secure Sockets Layer). See also <ahref="#ssl">SSL</a> and<ahref="#encryption">encryption</a>.</dd><dtid="token">token</dt><dd>See <ahref="#security_device">security device</a>.</dd><dtid="tooltip">tooltip</dt><dd>A small box with text that appears when you hover your mouse's cursor over certain items. It usually contains information regarding the item being hovered over.</dd><dtid="trust">trust</dt><dd>Confident reliance on a person or other entity. In the context of <ahref="#pki">PKI (public-key infrastructure)</a>, trust usually refers to the relationship between the user of a certificate and the<ahref="#certificate_authority">certificate authority (CA)</a> that issued the certificate. If you use Certificate Manager to specify that you trust a CA, Certificate Manager trusts valid certificates issued by that CA unless you specify otherwise in the settings for individual certificates. You use the Authorities tab in Certificate Manager to specify the kinds of certificates you do or don't trust specific CAs to issue.</dd><dtid="url">URL (Uniform Resource Locator)</dt><dd>The standardized address that tells your browser how to locate a file or other resource on the Web. For example: <tt>http://www.mozilla.org.</tt> You can type URLs into the browser's <ahref="#location_bar">Location Bar</a> to access<ahref="#web_page">web pages</a>. URLs are also used in the links on web pages that you can click to go to other web pages. Also known as an Internet address or Web address.</dd><dtid="user_tracking">user tracking</dt><dd>Methods that some<ahref="#website">websites</a>, including advertisers and analytics services, employ to determine patterns in how you browse the web (e.g., what websites you have visited, which preferences you have voiced using buttons embedded by social networks, and your purchase history). This information is mostly used to show you specifically targeted offers or advertisements for products or services. Mechanisms for user tracking include <ahref="#cookie">cookies</a> and <ahref="#fingerprinting">browser fingerprinting</a>. See also<ahref="#do_not_track">Do Not Track</a>.</dd><dtid="web_application">web application</dt><dd>An application that is not running on your computer but remotely on a <ahref="#website">website</a>. Examples include web-mail systems or web-based systems where you enter information into a form and receive a response as a <ahref="#web_page">web page</a>. An <i>offline</i> web application can work without a current connection to the <ahref="#internet">Internet</a> by saving the relevant pages locally before running the application.</dd><dtid="web_page">web page</dt><dd>A single document on the World Wide Web that is specified by a unique address or <ahref="#url">URL</a> and that may contain text, hyperlinks, and graphics.</dd><dtid="website">website</dt><dd>A group of related web pages linked by hyperlinks and managed by a single company, organization, or individual. A website may include text, graphics, audio and video files, and links to other websites.</dd><dtid="world_wide_web">World Wide Web (WWW)</dt><dd>Also known as the Web. A portion of the <ahref="#internet">Internet</a> that is made up of web pages stored by web <ahref="#server">servers</a> and displayed by<ahref="#client">clients</a> called web browsers (such as&brandShortName;).</dd><dtid="wpad">WPAD (Web Proxy AutoDiscovery)</dt><dd>A proposed Internet protocol that allows a Web browser to automatically locate and interface with <ahref="#proxy">proxy</a> services in a network.</dd><dtid="xml">XML (Extensible Markup Language)</dt><dd>An open standard for describing data. Unlike <ahref="#html">HTML</a>, XML allows the developer of a web page to define special tags. For more information, see the online W3C document<ahref="http://www.w3.org/XML/">Extensible Markup Language (XML)</a>.</dd><dtid="xslt">XSLT (Extensible Stylesheet Language Transformation)</dt><dd>A language used to convert an XML document into another XML document or into some other format.</dd><dtid="xul">XUL (XML User Interface Language)</dt><dd>An XML markup language for creating user interfaces in applications.</dd></dl></body></html>