Lightweight Encryption for Email

Total Page:16

File Type:pdf, Size:1020Kb

Lightweight Encryption for Email Lightweight Encryption for Email Ben Adida Susan Hohenberger Ronald L. Rivest MIT MIT MIT [email protected] [email protected] [email protected] Abstract 1.1 Prior Key Management Strategies Email encryption techniques have been available for Public-key encryption has been around for 25 years. In more than a decade, yet none has been widely de- its basic form, it is well understood: a public key allows ployed. The problems of key generation, certification, for encryption, while an associated private (a.k.a. secret) and distribution have not been pragmatically addressed. key performs decryption. The complication lies in as- We recently proposed a method for implementing a sociating a public key with a user. How does Bob obtain Lightweight Public Key Infrastructure (PKI) for email Alice’s public key? How can Bob be certain that the pub- authentication using recent developments in identity- lic key he has obtained is indeed Alice’s, and not some based cryptography and today’s existing Internet infras- eavesdropper’s? tructure. In classic public-key cryptosystems like RSA [11], El While this solution works well for email authentica- Gamal [7], or Cramer-Shoup [5], each user generates a tion, email encryption exhibits a different threat model keypair. The association between a public key and an that requires special treatment. In this work, we discuss identity is then certified by the digital signature of some how to achieve email encryption and present a realistic authority. With S/MIME [10], these certification author- deployment and adoption process, while respecting the ities form an organizational hierarchy. With PGP [14], current functionality and expectations of email. an individual trusts a peer-to-peer certificate chain. In identity-based public-key cryptosystems, first con- 1 Introduction jectured in 1984 [12] but only fully implemented in 2000 [4], a master authority generates a master keypair Email is a mostly insecure communication medium. (MPK,MSK) and publishes MPK to the world. A Email encryption solutions such as the well-known user’s public key is then the combination of MPK and PGP [14] and S/MIME [10] have existed for more than a the string id string representing the user’s identity. The decade, yet neither has achieved widespread use. This is user’s secret key SK is computable from id string only due, in large part, to the complexity of key management: by a master authority in possession of MSK who deliv- a user must generate a keypair, certify and distribute his ers this key securely to the user. Though identity-based public key, and obtain a validated public key for all in- schemes simplify user-key management, there remains tended recipients. a domain-key management problem: the MPK-domain association must be safely distributed, and the user secret Even identity-based encryption [12], which proposes keys must be securely delivered. to compute public keys directly from users’ email ad- dresses (or other identity-related strings), presents key management complications. No realistic, practical ar- 1.2 The Lightweight PKI chitecture has been proposed for making use of identity- based encryption in an Internet-wide setting. We recently introduced Lightweight PKI, a mechanism Recently, we proposed and implemented a for Internet-wide distribution of identity-based public Lightweight PKI [2, 1] to manage keys for email keys for the purpose of email authentication [2, 1]. Each authentication. We now propose extensions to this email domain becomes a master authority for an identity- architecture for the purpose of email encryption. We call based scheme of its choosing and generates a unique this approach Lightweight Encryption. master keypair (MPK,MSK). Each MPK is dis- 1 USENIX Association SRUTI ’05: Steps to Reducing Unwanted Traffic on the Internet Workshop 93 tributed via the Domain Name System (DNS), as a TXT 1.4 Our (Two-Part) Solution record associated with the hostname of the domain’s Mail Exchange (MX) record. (Interestingly, Lightweight In this paper, we describe how to use the traditional ap- PKI automatically inherits security from any future im- proach of key splitting and distributed key generation [9] provements to DNS [6].) Email users obtain their secret in our identity-based framework. We apply this tech- key SK by email-based identification: the master author- nique in two ways, first to protect honest domains from ity delivers the key directly to the user’s inbox. Key revo- single-attack compromise, then to protect honest users cation is handled by using short-lived keys: the identity from overly curious incoming mail servers. string of a public key includes an expiration date [2]. Thus, Alice can sign each of her messages with her secret key. Upon receiving a signed email Protecting Honest Domains. A domain’s MSK can from [email protected], Bob can look retroactively decrypt all messages encrypted against its up MPKwonderland.com via the DNS record for public counterpart. Thus, we consider MSK so valu- wonderland.com . Then, Bob can compute Al- able that it should never be stored on a single computer. ice’s public key using MPKwonderland.com and the string However, it must remain functional enough to compute [email protected], and verify the signature. keys for new users on demand. Lightweight Signatures strike a practical compromise. We propose that a domain maintain several servers They reasonably assume that Alice’s mail server will not that independently generate master key shares actively attack Alice. Then, using only the established (MPKi,MSKi). The master public key shares infrastructures of DNS and email delivery, they make are combined into a single MPK that is distributed spoofing outgoing email from Alice as difficult as con- via the DNS. Each server with MSKi individually sistently intercepting Alice’s incoming email. sends Alice secret key share SKAlice,i. Alice can then combine all shares into a single secret key SKAlice. As expected, SKAlice correctly decrypts ciphertexts 1.3 Insufficient Security for Encryption computed against MPK and Alice’s identity string . Consider deploying Lightweight PKI for encryption. In id string this case, a passive adversarial incoming mail server could easily decrypt and read a user’s encrypted email. Protecting Honest Users. Even with split Moreover, even if Alice’s mail server is honest, the com- MSK amongst multiple servers, Alice’s secret key shares can promise of the master authority’s would reveal all MSK be intercepted by her passive, incoming mail server. prior encrypted emails for all users of that domain. Effectively, Lightweight PKI is insufficient for encryp- We must take extra precautions to help honest domains tion because it provides a single, imperfect commu- secure their master key and honest users protect their pri- nication channel: email is decrypted using the single vacy. We conclude two necessary principles for encryp- key SKwonderland.com issued by the master domain for tion: Alice wonderland.com, which is known to both Alice and her incoming mail server. 1. a domain’s cannot exist on a single machine. MSK Our solution is thus to set up multiple channels, all 2. only Alice should know her decryption key of which are necessary to perform decryption. Email- . SKAlice based identification can provide lightweight certification as long as it defines one of these channels. To ensure Al- Much like Lightweight Signatures, our practical threat ice’s privacy, only she should have access to all channels model does not defend against active mail server adver- simultaneously. saries nor the total compromise of an end-user’s personal Alice can, in fact, create one of these channels on computer. However, we do provide a reasonable privacy her own. She generates Alice Alice us- guarantee for users, using (primarily) the existing Inter- (MPK ,MSK ) ing parameters compatible with wonderland.com and net infrastructure. MPK publishes MPKAlice via the mechanism of her choice, e.g. her web page. Then, her complete decryption key Good Enough Security? In certain limited cases, the is a combination of wonderland.com and Alice. No- SKAlice SKAlice unmodified deployment of Lightweight Signature keys tice that, although Alice generates one key share on her may be good enough for encryption. It certainly achieves own, she does not need to obtain certification for it, better privacy than the majority of users enjoy today. since an active adversary who spoofs it will not have However, we can do better within the same deployment wonderland.com to read her email. We return to these SKAlice constraints. issues in Section 3.3. 2 94 SRUTI ’05: Steps to Reducing Unwanted Traffic on the Internet Workshop USENIX Association 2 DNS CombineMasterKey foo.com foo.com foo.com MPKfoo.com MPK1 MPK2 5 Lightweight 1 Cert. Server foo.com foo.com ([email protected],MPKBob) foo.com key server #1 key server #2 MPK 3 CombineMasterKey [email protected] (MSKBob,MPKBob) foo.com foo.com SKBob,1 SKBob,2 6 Bob SKBob foo.com incoming mail server GenerateShare 4 Encrypt 7 From: Alice CombineSecretKey To: Bob Subject: Secret SK Bob Bob Alice Figure 1: Lightweight Encryption: (1) The domain sets up two key servers, each in possession of a share of MSK, (2) The domain’s shares of the master public key are combined into a single key MPKfoo.com stored in the DNS, (3) each domain key foo.com server emails Bob a share of his secret key SKBob for that domain, (4) To achieve privacy from his mail server, Bob generates Bob Bob his own master keypair and stores his secret key SKBob , (5) Bob publishes his uncertified master public key MPK via a keyserver or simple web page, (6) To encrypt to Bob, Alice retrieves his two master public keys and combines them, (7) To decrypt, Bob combines his three secret keys.
Recommended publications
  • MTA STS Improving Email Security.Pdf
    Improving Email Security with the MTA-STS Standard By Brian Godiksen An Email Best Practices Whitepaper CONTENTS Executive Overview 03 Why Does Email Need Encryption in Transit? 04 The Problem with “Opportunistic Encryption” 07 The Anatomy of a Man-in-the-Middle Attack 08 The Next Major Step with Email Encryption: MTA-STS 10 What Steps Should Senders Take to Adopt MTA-STS? 11 About SocketLabs 12 Brian Godiksen Brian has been helping organizations optimize email deliverability since joining SocketLabs in 2011. He currently manages a team of deliverability analysts that consult with customers on best infrastructure practices, including email authentication implementation, bounce processing, IP address warm-up, and email marketing list management. Brian leads the fight against spam and email abuse at SocketLabs by managing compliance across the platform. He is an active participant in key industry groups such as M3AAWG and the Email Experience Council. You can read more of Brian’s content here on the SocketLabs website. ©2019 SocketLabs 2 Executive The Edward Snowden leaks of 2013 opened many peoples’ eyes to the fact that mass surveillance was possible by Overview intercepting and spying on email transmissions. Today, compromised systems, database thefts, and technology breaches remain common fixtures in news feeds around the world. As a natural response, the technology industry is rabidly focused on improving the security and encryption of communications across all platforms. Since those early days of enlightenment, industry experts have discussed and attempted a variety of new strategies to combat “pervasive monitoring” of email channels. While pervasive monitoring assaults can take many forms, the most prominent forms of interference were man-in-the-middle (MitM) attacks.
    [Show full text]
  • Zix Wins 5-Vendor Email Encryption Shootout Email Encryption Has Come a Long Way Since Our Last Review
    Reprint THE CONNECTED ENTERPRISE MARCH 13, 2017 Zix wins 5-vendor email encryption shootout Email encryption has come a long way since our last review BY DAVID STROM, NETWORK WORLD terms of the flexibility of various encryption While these personal encryption products protocols used, along with DLP features that are improvements, there are also steps mail encryption products have are built-in along with a simple and single forward for the enterprise encryption email made major strides since we last pricing structure -- all things that Zix excels. user. Some products, such as Zix, hide the looked at them nearly two years All of these encryption products will cost encryption key process entirely from the ago. They have gotten easier you a few dollars a month per user. While user, so well that you might not even know to use and deploy, thanks to a that doesn’t sound like much, if you have that an encrypted message has passed from Ecombination of user interface and encryption an installation of several thousand users, sender to recipient. key management improvements, and are at the price tag could add up. However, the Others, such as Virtru and HPE/Voltage, the point where encryption can almost be alternative is having your email stream use identity-based encryption management called effortless on the part of the end user. available to anyone with a simple collection to verify a new recipient in their systems. Our biggest criticism in 2015 was that the of tools that even teens can master. Once a user new to these products products couldn’t cover multiple use cases, clicks on a confirmation email, they are such as when a user switches from reading Trends and bright spots forever allowed access, their emails are emails on their smartphone to moving to a In 2015, we said that gateways may have automatically decrypted, and there is no webmailer to composing messages on their fallen out of favor, but that trend has been need for any further effort to keep track of or Outlook desktop client.
    [Show full text]
  • Efail: Breaking S/MIME and Openpgp Email Encryption Using Exfiltration Channels
    Efail: Breaking S/MIME and OpenPGP Email Encryption using Exfiltration Channels Damian Poddebniak and Christian Dresen, Münster University of Applied Sciences; Jens Müller, Ruhr University Bochum; Fabian Ising and Sebastian Schinzel, Münster University of Applied Sciences; Simon Friedberger, NXP Semiconductors, Belgium; Juraj Somorovsky and Jörg Schwenk, Ruhr University Bochum https://www.usenix.org/conference/usenixsecurity18/presentation/poddebniak This paper is included in the Proceedings of the 27th USENIX Security Symposium. August 15–17, 2018 • Baltimore, MD, USA ISBN 978-1-939133-04-5 Open access to the Proceedings of the 27th USENIX Security Symposium is sponsored by USENIX. Efail: Breaking S/MIME and OpenPGP Email Encryption using Exfiltration Channels Damian Poddebniak1, Christian Dresen1, Jens Muller¨ 2, Fabian Ising1, Sebastian Schinzel1, Simon Friedberger3, Juraj Somorovsky2, and Jorg¨ Schwenk2 1Munster¨ University of Applied Sciences 2Ruhr University Bochum 3NXP Semiconductors, Belgium Abstract is designed to protect user data in such scenarios. With end-to-end encryption, the email infrastructure becomes OpenPGP and S/MIME are the two prime standards merely a transportation service for opaque email data and for providing end-to-end security for emails. We de- no compromise – aside from the endpoints of sender or scribe novel attacks built upon a technique we call mal- receiver – should affect the security of an end-to-end en- leability gadgets to reveal the plaintext of encrypted crypted email. emails. We use CBC/CFB gadgets to inject malicious plaintext snippets into encrypted emails. These snippets S/MIME and OpenPGP. The two most prominent stan- abuse existing and standard conforming backchannels to dards offering end-to-end encryption for email, S/MIME exfiltrate the full plaintext after decryption.
    [Show full text]
  • CPA-SC DESKTOP EMAIL ENCRYPTION 1.1 DOC Version 1.1
    NCSC-1844117881-471 CPA SECURITY CHARACTERISTIC CPA-SC DESKTOP EMAIL ENCRYPTION 1.1 DOC Version 1.1 Crown Copyright 2018 – All Rights Reserved CPA Security Characteristics for CPA-SC Desktop Email Encryption 1.1 doc 17th October 2018 Document History Version Date Description 0.0 6th March 2012 Preparation for industry review 1.0 17th April 2012 Updates following industry review 1.1 25th October 2018 Amended to reflect formation of NCSC This Security Characteristic is derived from the following files File Name Version Desktop Email Encryption – v1.0.cxl 1.0 Common Email Encryption – v1.4.cxl 1.4 Common Libraries – v1.6.cxl 1.6 Crypt Libraries – v1.4.cxl 1.4 Hardware Libraries – v1.3.cxl 1.3 Soft copy location: NCSC-1844117881- 471 This document is authorised by: Deputy Technical Director (Assurance), NCSC This document is issued by NCSC For queries about this document please contact: CPA Administration Team NCSC, A2i, Hubble Road Cheltenham Gloucestershire GL51 0EX United Kingdom Tel: +44 (0)1242 221 491 Email: [email protected] The CPA Authority may review, amend, update, replace or issue new Scheme Documents as may be required from time to time. Page ii CPA Security Characteristics for CPA-SC Desktop Email Encryption 1.1 doc 17th October 2018 CONTENTS REFERENCES .............................................................................................................. iv I. OVERVIEW ........................................................................................................... 1 A. Product Aims ...............................................................................................
    [Show full text]
  • Email Encryption Isn't Enough
    Email Encryption Isn’t Enough Five Best Practices to Safeguard Against 3rd Party Cyber Risk Executive Summary CISOs and other IT executives cringe when they think about an email’s journey across the internet, undergoing eavesdropping by criminals, companies and governments along the way. Or that it may sit in the 3rd party recipient’s email server for months, completely outside your control. Peers tell you about their non-compliance fines from breaches of personal information, while you worry about theft of intellectual property giving a competitor the edge. Many firms try to address these problems by encrypting their most sensitive communications but discover a myriad of shortcomings. You can’t give users a tool that prompts questions like, “What is my recipient’s public key and why do I need it?” You need secure email that still works like normal email, especially for 3rd party recipients who may be customers, clients, and partners in other organizations. The kicker: you can’t guarantee email privacy if your cloud provider has the encryption keys, or if you don’t properly govern and monitor your insiders. Embrace the following five best practices to go beyond encryption and fully safeguard your organization’s email privacy. SHARE TWEET SHARE 2 | www.accellion.com SECURE EMAIL BEST PRACTICE Ensure Employees Adopt Secure Email 1 Incorporate Simple Security and Governance into Users’ Workflows Security professionals abhor the risks of standard email traveling over the internet in the clear. You want standard, compliant encryption—AES-256 at rest and SSL/TLS in transit—to thwart scans by advertisers, malware and foreign powers.
    [Show full text]
  • Easy Email Encryption with Easy Key Management
    Why Joanie Can Encrypt: Easy Email Encryption with Easy Key Management John S. Koh Steven M. Bellovin Jason Nieh Columbia University Columbia University Columbia University New York, NY New York, NY New York, NY koh@cs:columbia:edu smb@cs:columbia:edu nieh@cs:columbia:edu Abstract subjected to a simple password recovery and reset attack Email privacy is of crucial importance. Existing email encryp- which granted the attacker full access to her personal email tion approaches are comprehensive but seldom used due to account on the Yahoo! Mail website. John Brennan’s AOL their complexity and inconvenience. We take a new approach web email account was compromised via social engineering. to simplify email encryption and improve its usability by im- Adversaries also sometimes seize entire email servers such plementing receiver-controlled encryption: newly received as in the cases of cock.li and TorMail [30, 41], or compromise messages are transparently downloaded and encrypted to a them, such as in the Sony Pictures email leaks [43]. locally-generated key; the original message is then replaced. The common thread is that a compromise exposes the To avoid the problem of moving a single private key between entire history of affected users’ emails after a single breach. devices, we implement per-device key pairs: only public keys With the explosive growth in cloud storage, it is easy to need be synchronized via a simple verification step. Com- keep gigabytes of old emails at no cost. Gmail’s massive promising an email account or server only provides access storage capacity—up to 15 GB for free, or 30 TB for paid to encrypted emails.
    [Show full text]
  • Cpa Security Characteristic Gateway Email Encryption
    NCSC-1844117881-486 CPA SECURITY CHARACTERISTIC GATEWAY EMAIL ENCRYPTION Version 1.1 Crown Copyright 2018 – All Rights Reserved CPA Security Characteristics for Gateway Email Encryption 25 October 2018 Document History Version Date Description 0.0 13th January 2012 Preparation for industry review 1.0 1st March 2012 Updates following industry review 1.1 25th October 2018 Amended to reflect formation of NCSC This Security Characteristic is derived from the following files File Name Version Gateway Email Encryption – v1.3.cxl 1.3 Common Email Encryption – v1.3.cxl 1.3 Common Libraries – v1.6.cxl 1.6 Crypt Libraries – v1.4.cxl 1.4 Hardware Libraries – v1.3.cxl 1.3 Soft copy location File ID: NCSC-1844117881-486 This document is authorised by: Deputy Technical Director (Assurance), NCSC This document is issued by NCSC For queries about this document please contact: CPA Administration Team NCSC Hubble Road Cheltenham Gloucestershire GL51 0EX United Kingdom Tel: +44 (0)1242 221 491 Email: [email protected] The CPA Authority may review, amend, update, replace or issue new Scheme Documents as may be required from time to time. Page ii CPA Security Characteristics for Gateway Email Encryption 25 October 2018 CONTENTS REFERENCES .............................................................................................................. iv I. OVERVIEW ........................................................................................................... 1 A. Product Aims ...............................................................................................
    [Show full text]
  • A Secure Searcher for End-To-End Encrypted Email Communication
    A secure searcher for end-to-end encrypted email communication Balamaruthu Mani Dissertation 2015 Erasmus Mundus MSc in Dependable Software Systems Department of Computer Science National University of Ireland, Maynooth Co. Kildare, Ireland A dissertation submitted in partial fulfilment of the requirements for the Erasmus Mundus MSc Dependable Software Systems Head of Department: Dr Adam Winstanley Supervisor: Professor Barak A. Pearlmutter 8-June-2015 Word Count: 19469 1 Abstract Email has become a common mode of communication for confidential personal as well as business needs. There are different approaches to authenticate the sender of an email message at the receiver‟s client and ensure that the message can be read only by the intended recipient. A typical approach is to use an email encryption standard to encrypt the message on the sender‟s client and decrypt it on the receiver‟s client for secure communication. A major drawback of this approach is that only the encrypted email messages are stored in the mail servers and the default search does not work on encrypted data. This project details an approach that could be adopted for securely searching email messages protected using end-to-end encrypted email communication. This project proposes an overall design for securely searching encrypted email messages and provides an implementation in Java based on a cryptographically secure Bloom filter technique to create a secure index. The implemented library is then integrated with an open source email client to depict its usability in a live environment. The technique and the implemented library are further evaluated for security and scalability while allowing remote storage of the created secure index.
    [Show full text]
  • Google Message Encryption
    Google Message Encryption Automatic Encryption for Sensitive Email Communications ABOUT GOOGLE APPS Business requirements, industry regulations, and government mandates increasingly Google Apps is a suite of applications dictate that your organization must secure electronic communications. Whether it is that includes Gmail, Google Calendar financial data, medical records, or proprietary corporate information, you simply (shared calendaring), Google Talk must secure the delivery of sensitive content to its destination. Encrypting email (instant messaging and voice over IP), communications is a cost effective solution that helps your organization prevent Google Docs & Spreadsheets (online document hosting and collaboration), financial penalties and potential brand equity damage when sending unprotected Google Page Creator (web page proprietary or regulated data via email. creation and publishing), Start Page (a single, customizable access point for all applications) and Google Security & Compliance. Google Apps What Google Message Encryption Service Does offers editions tailored to specific customer needs, including the Google Message Encryption service, powered by Postini, provides on-demand Standard Edition (ideal for family message encryption for your organization to securely communicate with business domains), Education Edition (K-12 partners and customers according to security policy or on an “as needed” basis. schools, colleges and universities) and Premier Edition (businesses of Without the complexity and costs associated with legacy
    [Show full text]
  • Ciphire Mail Email Encryption and Authentication
    Ciphire Mail Email Encryption and Authentication Lars Eilebrecht Ciphire Labs [email protected] Abstract. Ciphire Mail is cryptographic software that provides email encryp- tion and digital signatures. The Ciphire Mail client resides on the user's com- puter between the email client and the email server, intercepting, encrypting, decrypting, signing, and authenticating email communication. During normal operation, all operations are performed in the background, making it very easy to use even for non-technical users. Ciphire Mail provides automated secure public-key exchange using an auto- mated fingerprinting system. It uses cryptographic hash values to identify and validate certificates, thus enabling clients to detect malicious modification of certificates. This data is automatically circulated among clients, making it im- possible to execute fraud without alerting users. The Ciphire system is a novel concept for making public-key cryptography and key exchange usable for email communication. It is the first transparent email encryption system that allows everyone to secure their communications without a steep learning curve. Keywords: Ciphire, secure email, email encryption, email authentication, digi- tal signatures, certificates, fingerprints, fingerprint system, PKI. Introduction Ciphire Mail is cryptographic software providing email encryption and digital signa- tures [24]. The Ciphire Mail client resides on the user's computer between the email client (mail user agent, MUA) and the email server (mail transfer agent, MTA), inter- cepting, encrypting, decrypting, signing, and authenticating email communication. During normal operation, all operations are performed in the background. This makes Ciphire Mail very similar to a transparent proxy. Apart from per-user installations, Ciphire Mail may also be deployed on mail servers as a gateway solution.
    [Show full text]
  • Securing Email with Email Encryption
    Securing Email with Email Encryption Email encryption is used to ensure that only the intended recipient is able to access the email and any attachments. Traditionally, deployment email encryption services has been complex and cumbersome. In addition, use of email encryption requires the sender and recipient to exchange their encryption keys prior to sending and receiving emails. Both of these factors severely limit the usefulness and adoption of secure practices for exchanging email. In face of complexity, many users decide to bypass organizations policies, exposing sensitive and confidential data. Barracuda Networks offers simple, yet secure email encryption in the Barracuda Spam & Virus Firewall. A cloud-based approach to email encryption ensures that keys are stored centrally. Key management happens automatically, without any added overhead for either the users or administrators. Distinguishing between Data-at-Rest and Data-in-Motion Security Why is Transport Layer Security (TLS) not sufficient? Transport Layer Security (TLS) provides a secure channel for transmitting data. Thus all content, emails and attachments are encrypted while they are transmitted. This is known as Data in Motion security, as the data is secure by moving from one server to another. However, TLS does not provide security of the data at rest. Thus, data (emails and attachments) are stored without any encryption on the sending and receiving server, as well as any other servers and gateways involved in filtering and delivering email. Therefore, these multiple servers are usually involved in email delivery. In addition, any server that terminates the TLS connection can act as an email proxy, or forward the received email to another server.
    [Show full text]
  • Fortimail Identity Based Encryption
    WHITE PAPER FortiMail Identity Based Encryption A Business and Compliance Enabler FORTINET – FortiMail Identity Based Encryption - A Business Enabler PAGE 2 Contents Business Need Secure Mail Delivery ............................................................................................................................. 3 Challenges with Available Technologies ........................................................................................................................ 3 Transport Layer Security (TLS/SSL) .......................................................................................................................... 3 S/MIME ....................................................................................................................................................................... 3 PGP ............................................................................................................................................................................ 3 FortiMail Solutions .......................................................................................................................................................... 4 FortiMail Overview ...................................................................................................................................................... 4 FortiMail Identity-Based Encryption ............................................................................................................................ 5 Identity-Based Encryption ..............................................................................................................................................
    [Show full text]