Yes, Google Workspace emails are encrypted, but the type, strength, and legal sufficiency of that encryption depend on the plan you buy, the settings your admin turns on, and whether the recipient’s mail server cooperates. Google Workspace uses Transport Layer Security (TLS) to protect messages moving between servers, AES-256 envelope encryption to protect messages sitting on Google’s disks, and for higher tiers adds S/MIME and Client-Side Encryption (CSE) so that even Google cannot read the message body.
The problem is that encrypted in transit and encrypted at rest are not the same as end-to-end encrypted, and that gap creates real legal exposure under HIPAA, GLBA, FERPA, SOX, and the ABA Model Rules of Professional Conduct. A 2024 Verizon Data Breach Investigations Report found that 68% of breaches involved a non-malicious human element, and misconfigured email encryption is one of the top contributors.
Here is what you will learn in this guide:
- ๐ How Google Workspace layers TLS, at-rest AES-256, S/MIME, and CSE to protect mail
- โ๏ธ Which U.S. statutes and rules (HIPAA, GLBA, FERPA, SOX, CJIS, ITAR, CMMC, ABA 1.6) govern your encryption duties
- ๐งช Real-world examples showing how a law firm, clinic, CPA, and defense contractor each configure Workspace
- ๐ซ The seven most common encryption mistakes admins make and the penalties that follow
- ๐ก๏ธ How to choose between Confidential Mode, S/MIME, and CSE so the right data gets the right protection
The Core Question: Are Google Workspace Emails Encrypted?
Every Google Workspace message is encrypted by default, but default is the operative word. Google automatically applies TLS 1.2 or 1.3 when the receiving server supports it, and stores the message at rest using envelope encryption with AES-256 data keys wrapped by Google-managed key encryption keys. That baseline protects against passive wiretapping and stolen-disk attacks.
The default does not protect against a subpoena served on Google, a rogue Google engineer with production access, or a downgrade attack where the recipient server advertises no TLS support. To close those gaps, administrators must layer in S/MIME for Enterprise plans or Client-Side Encryption, which moves the key material outside Google’s reach.
The consequence of relying on defaults alone is that your mail is encrypted enough for privacy but not encrypted enough for many compliance regimes. A hospital that emails lab results with only TLS can still face a HIPAA breach-notification obligation if the receiving server downgrades the connection. A common misconception is that the little padlock icon in Gmail means the message is end-to-end encrypted; it does not.
What “Encrypted” Means in Federal Law
Federal encryption duties come from several sources, and each defines encryption a little differently. The HIPAA Security Rule at 45 CFR 164.312(e) calls encryption an addressable implementation specification, which many mistake for optional; it is not, and a covered entity that skips it must document why and use an equivalent safeguard. The FTC Safeguards Rule at 16 CFR 314.4(c)(3) now requires financial institutions to encrypt customer information in transit and at rest.
The consequence of treating encryption as optional is direct. The HHS Office for Civil Rights has imposed multi-million-dollar resolution agreements on entities that sent unencrypted PHI. The FTC’s 2023 Drizly order shows how the agency treats weak email security as an unfair practice under Section 5.
A real-world example: Anthem Inc. paid $16 million to HHS in 2018 after attackers accessed 79 million records, and a key OCR finding was inadequate encryption and access controls. The common misconception here is that addressable equals voluntary, but regulators read the word the opposite way.
What Google Encrypts by Default
Google encrypts message bodies, attachments, headers, and backups with AES-256 at rest, and uses forward-secret TLS ciphers in transit. Keys are rotated automatically, and the Google security whitepaper describes a hardware root of trust in Titan chips.
The consequence of default encryption is strong technical protection but limited legal separation; because Google holds the keys, a valid U.S. legal process such as a Stored Communications Act warrant under 18 USC 2703 can compel Google to produce plaintext. That matters for lawyers under ABA Formal Opinion 477R, which requires reasonable efforts to prevent inadvertent or unauthorized disclosure.
A common misconception is that Google cannot read Workspace mail; under default encryption it technically can, and Google’s own transparency report confirms the company complies with lawful government requests.
The Four Layers of Google Workspace Email Encryption
Google stacks four encryption layers, and understanding each one prevents costly mismatches between policy and practice. The layers are TLS in transit, AES-256 at rest, hosted S/MIME, and Client-Side Encryption. Each layer protects against a different threat model and triggers different compliance obligations.
The consequence of skipping a layer shows up only after an incident. An attorney who uses only TLS may satisfy ABA Rule 1.6(c) for routine mail, but the same lawyer handling a trade-secret case under a protective order may need CSE to avoid waiver. The common misconception is that more layers are always better; in reality, CSE breaks spam filtering, search, and mobile convenience, so you apply it only where the data warrants it.
Layer 1: TLS (Transport Layer Security)
TLS encrypts the pipe between two mail servers, not the mail itself. Google supports opportunistic TLS and enforced TLS through a compliance rule, and admins can require TLS for specific domains so a downgrade attempt bounces instead of sending in cleartext.
The consequence of opportunistic-only TLS is that a man-in-the-middle can strip the STARTTLS handshake, a technique documented by EFF’s STARTTLS Everywhere project. A plain-English example: Maria runs a small mortgage brokerage and emails a closing disclosure to a title company whose server has a misconfigured certificate; without an enforced TLS rule, Gmail still delivers the message in plaintext, violating the GLBA Safeguards Rule.
A common misconception is that TLS is end-to-end; it ends at the recipient’s mail server, not the recipient’s inbox.
Layer 2: Encryption at Rest with Google-Managed Keys
At rest, Google chunks each message, encrypts each chunk with a unique Data Encryption Key, and wraps those DEKs with Key Encryption Keys stored in Google’s central Key Management Service. The algorithm is AES-256 in GCM or CTR mode.
The consequence is excellent protection against physical theft and insider disk access, but zero protection against a subpoena because Google controls the KEK. A named example: James, a CFO at a publicly traded company, stores draft 10-Q filings in Gmail relying only on default at-rest encryption, and an SEC subpoena under Section 21(a) of the Securities Exchange Act reaches the plaintext within days.
A common misconception is that Google Vault retention somehow weakens encryption; Vault does not store keys separately, and retained mail is encrypted the same way as live mail.
Layer 3: Hosted S/MIME
S/MIME uses public-key cryptography with X.509 certificates to encrypt individual messages and sign them for authenticity. Google offers hosted S/MIME on Enterprise Plus, Education Standard, and Education Plus, and admins upload private keys to Google so the server can encrypt outbound and decrypt inbound mail.
The consequence of S/MIME is strong message-level confidentiality and non-repudiation, which courts accept under Federal Rule of Evidence 901(b)(9) for authentication of electronic records. A named example: Dr. Patel, a cardiologist, uses S/MIME to send a referral with PHI to another physician whose practice also supports S/MIME, satisfying HIPAA’s addressable encryption standard.
A common misconception is that S/MIME is end-to-end under Google’s hosted model; because Google holds the private key, it is server-to-server end-to-end but not device-to-device end-to-end.
Layer 4: Client-Side Encryption (CSE)
CSE is Google’s true zero-knowledge option. The message is encrypted in the browser or mobile app with a Data Encryption Key that is wrapped by a Key Encryption Key held by an external Key Access Services provider such as Thales, Virtru, Fortanix, or Stormshield. Google never sees the plaintext or the KEK.
The consequence is that CSE defeats even a U.S. government warrant served on Google, because Google cannot produce what it cannot read, and law enforcement must go to the KACLS operator instead. This is the only Workspace option that meets DoD Impact Level 5 data-handling expectations and the encryption clauses of CMMC 2.0 Level 2.
A common misconception is that CSE works with every Workspace feature; in fact, server-side search, Smart Compose, Gmail confidential mode, and most third-party add-ons stop working on CSE messages because the server sees only ciphertext.
Gmail Confidential Mode: Useful but Not True Encryption
Gmail Confidential Mode adds expiration dates, revocation, and SMS passcodes, but it is not an encryption feature. Google still holds the plaintext, and the message body sits in Google’s infrastructure just like any other mail.
The consequence of treating Confidential Mode as encryption is regulatory exposure. The EFF warned in 2018 that the feature gives users a false sense of security, and HHS has never recognized it as satisfying the HIPAA Security Rule. The common misconception is that setting an expiration date destroys the mail; it merely hides the Gmail-to-Gmail link, and forensic tools can recover the content from server backups subject to retention.
A named example: Karen, a school counselor, uses Confidential Mode to send a special-education plan covered by FERPA at 34 CFR Part 99, believing the expiration protects the record; it does not, and the district still must log the disclosure.
Encryption Duties Under U.S. Federal Law
Federal law imposes overlapping encryption duties on Workspace users, and the stack begins with HIPAA because health data is the most regulated email payload. It expands to financial data under GLBA and SOX, student records under FERPA, criminal justice data under CJIS, defense data under ITAR and CMMC, and consumer data under the FTC Act.
The consequence of ignoring any of these is layered: civil penalties, criminal liability for willful violations, private rights of action under state law, and contract termination by business partners. A common misconception is that one strong control satisfies all regimes; each statute defines protected data differently and each requires its own risk analysis.
HIPAA and the Google Business Associate Addendum
A covered entity that uses Workspace must sign the Google Workspace BAA and restrict PHI to Core Services listed in the addendum. HIPAA’s Breach Notification Rule at 45 CFR 164.402 creates a safe harbor when the breached data was encrypted using NIST-approved methods.
The consequence of losing the safe harbor is expensive, because unencrypted PHI in a lost laptop or sent to the wrong address triggers mandatory notice to every affected individual, HHS, and, for breaches over 500 people, the media. A named example: Bluebird Family Clinic emails a billing file to the wrong address using only default TLS; because Google holds the keys and the mail was arguably readable, the clinic must notify 1,200 patients and self-report to OCR.
A common misconception is that the BAA itself encrypts data; the BAA is a contract, not a control, and it requires the entity to configure encryption.
GLBA, SOX, and the FTC Safeguards Rule
Financial institutions fall under the amended FTC Safeguards Rule, which since June 2023 requires encryption of all customer information in transit over external networks and at rest. Public companies face SOX Section 404 internal-control duties that auditors now interpret to include email encryption for financial-reporting communications.
The consequence of non-compliance is enforcement by the FTC, SEC, and state attorneys general, plus amplified liability under state laws like the New York SHIELD Act and the California Consumer Privacy Act. A named example: Harbor Capital Advisors, a registered investment adviser, emails client statements with only default TLS and faces an SEC deficiency letter citing Regulation S-P’s safeguards rule at 17 CFR 248.30.
A common misconception is that SOX excuses small issuers from email encryption; the JOBS Act emerging-growth accommodation does not relieve Section 404(a) management certifications.
FERPA, CJIS, ITAR, and CMMC
Schools covered by FERPA must use reasonable methods to protect records, and the Department of Education has repeatedly identified encryption as the expected baseline. Police and court users under the FBI CJIS Security Policy v5.9.5 must use FIPS 140-3 validated encryption and advanced authentication when handling criminal justice information.
Defense contractors handling technical data must meet ITAR at 22 CFR 120-130 and EAR at 15 CFR 730-774 export controls, and CMMC 2.0 Level 2 for Controlled Unclassified Information. A named example: Eagle Defense LLC, a subcontractor on an F-35 component, emails a drawing that qualifies as technical data; only CSE with a U.S.-person-controlled KACLS satisfies the ITAR carve-out recognized in 22 CFR 120.54.
A common misconception is that Google Workspace Assured Controls alone covers CMMC Level 2; Assured Controls helps with data-regionalization, but CMMC still requires FIPS-validated encryption and configured CSE for CUI in email.
Three Real-World Encryption Scenarios
The three scenarios below show how the same Workspace product satisfies very different statutes when configured correctly. Each table uses two columns, pairing the configuration choice with the legal consequence.
Scenario 1: Family Medical Practice Emailing PHI
| Configuration Choice | Legal Consequence |
|---|---|
| Sign the Google BAA before handling PHI | Establishes business-associate relationship required by 45 CFR 164.502(e) |
| Enable enforced TLS for known partner clinics | Closes the STARTTLS downgrade gap and preserves the encryption safe harbor |
| Turn on hosted S/MIME for clinicians | Provides message-level encryption acceptable under the HHS encryption guidance |
| Restrict PHI to Workspace Core Services | Keeps protected data inside the BAA-covered perimeter |
| Enable Vault retention with legal hold | Meets the six-year records-retention rule at 45 CFR 164.316(b)(2) |
Scenario 2: Boutique Law Firm Handling Trade-Secret Litigation
| Configuration Choice | Legal Consequence |
|---|---|
| Deploy CSE with a U.S.-based KACLS | Preserves attorney-client privilege against a Google-directed subpoena |
| Require S/MIME signatures on filings | Supports authentication under FRE 902(14) for self-authenticating electronic evidence |
| Set TLS-required rules for opposing counsel | Honors protective orders issued under FRCP 26(c) |
| Turn on Context-Aware Access | Reduces risk of inadvertent disclosure under ABA Model Rule 1.6(c) |
| Log exports to BigQuery | Produces audit trail admissible under FRE 803(6) business-records exception |
Scenario 3: Defense Contractor Emailing CUI
| Configuration Choice | Legal Consequence |
|---|---|
| Adopt Workspace Assured Controls Plus | Aligns with DFARS 252.204-7012 flow-down |
| Require CSE for all CUI emails | Meets FIPS 140-3 and the ITAR end-to-end encryption carve-out |
| Restrict KACLS to U.S. persons | Prevents a deemed export under EAR 734.13 |
| Enable Data Regions with regional processing | Supports CMMC Level 2 data-handling objectives |
| Turn on phishing-protection and BIMI | Limits spoofing-based CUI spillage subject to DoD cyber-incident reporting |
Named Examples: How Different Professionals Use Workspace Encryption
Sofia, a solo immigration attorney in Miami, sends I-589 asylum affidavits to Department of Homeland Security trial attorneys. She enables S/MIME and an enforced-TLS rule for uscis.dhs.gov, which satisfies 8 CFR 208.6 confidentiality and protects her clients from disclosure-based retaliation abroad.
Marcus, an independent CPA in Denver, emails draft 1040s to clients during tax season. He turns on Workspace DLP rules that scan for SSNs and force TLS delivery, a configuration that aligns with IRS Publication 4557 safeguards for paid preparers and avoids a Section 7216 unauthorized-disclosure charge.
Leila, a school-district CISO in Ohio, oversees 14,000 Google Workspace for Education accounts. She deploys CSE on counselor mailboxes to protect IDEA-covered records and uses Google Vault audit reports to produce FERPA disclosure logs for the annual 34 CFR 99.32 record.
Mistakes to Avoid
The list below captures the seven errors most often cited in OCR, FTC, and SEC enforcement actions involving Google Workspace email.
- Relying on opportunistic TLS only, which permits silent downgrades and can void the HIPAA encryption safe harbor.
- Confusing Gmail Confidential Mode with encryption, which misleads users and fails HHS encryption guidance.
- Failing to sign the Google BAA before handling PHI, exposing the entity to willful-neglect penalties up to $2.134 million per year.
- Enabling S/MIME but forgetting to enforce it, so users default to plaintext and create inconsistent records under FRE 901.
- Storing CSE keys outside the United States when the data is ITAR-controlled, triggering a deemed export under EAR 734.13.
- Ignoring mobile-device management so a user downloads CUI to a personal phone that has no encryption at rest, breaching CMMC control SC.L2-3.13.11.
- Skipping Vault retention and legal holds, which violates litigation-hold duties under Zubulake v. UBS Warburg and leads to adverse-inference sanctions.
Do’s and Don’ts of Google Workspace Email Encryption
These rules help admins stay inside the lines drawn by federal regulators and judicial precedent.
- Do enforce TLS for every partner domain that handles regulated data, because enforcement prevents STARTTLS stripping documented by EFF.
- Do deploy CSE for the highest-sensitivity mailboxes, because it removes Google from the 18 USC 2703 compulsion chain.
- Do document an encryption risk analysis, because 45 CFR 164.308(a)(1)(ii)(A) requires it.
- Do test key-rotation and key-revocation quarterly, because NIST SP 800-57 calls for periodic cryptographic hygiene.
- Do train users on phishing, because encryption cannot defeat a user who forwards plaintext to a scammer.
- Don’t assume default TLS satisfies GLBA, because the amended Safeguards Rule expects a written information-security program that specifies encryption.
- Don’t store CSE private keys on the same device used to read mail, because doing so defeats the zero-knowledge goal.
- Don’t use Confidential Mode to satisfy any statute, because no regulator has endorsed it as encryption.
- Don’t share Workspace accounts among users, because shared accounts destroy the non-repudiation value of S/MIME signatures.
- Don’t disable Vault to save money, because the savings vanish the first time opposing counsel serves a preservation letter.
Pros and Cons of Client-Side Encryption
CSE delivers the strongest confidentiality but changes how the product works day to day.
- Pro: Zero-knowledge design means Google cannot produce plaintext to any third party, including the U.S. government.
- Pro: Satisfies FIPS 140-3 when paired with a validated KACLS, meeting CJIS v5.9.5 and CMMC Level 2.
- Pro: Supports external-recipient decryption through guest-access links, extending strong encryption to counterparties.
- Pro: Key-access logs live with the customer, producing an audit trail that is independent of Google.
- Pro: Enables granular key revocation so leaving employees cannot decrypt old archives.
- Con: Breaks server-side search, Smart Compose, and most Gmail add-ons that need plaintext.
- Con: Adds KACLS licensing cost that can exceed the Workspace seat cost for small firms.
- Con: Creates key-loss risk, because a lost KEK means lost mail with no recovery path, unlike default encryption.
- Con: Incompatible with Gmail Confidential Mode and Vault search on encrypted bodies.
- Con: Requires user training, because the CSE toggle sits in a different place in the compose window and users frequently forget it.
Workspace Tier Comparison for Encryption Features
The table below shows where each encryption control becomes available by SKU as of May 2026.
| Encryption Control | Plans Where Available |
|---|---|
| Default TLS in transit | All plans including Business Starter |
| AES-256 at rest with Google keys | All plans |
| Enforced TLS compliance rule | Business Standard and above |
| Hosted S/MIME | Enterprise Plus, Education Standard, Education Plus |
| Client-Side Encryption | Enterprise Plus, Education Standard, Education Plus, Frontline Plus (limited) |
| Assured Controls Plus | Enterprise Plus add-on |
| Vault retention and hold | Business Plus and above |
| Data Regions | Business Plus and above |
The S/MIME Setup Process, Step by Step
The hosted S/MIME rollout has five decisions, and each decision carries a consequence that most admins discover only in audit. Start by obtaining X.509 certificates from a public CA recognized by major mail providers, because self-signed certs will not validate in non-Google inboxes.
Upload the root and intermediate bundle in the Admin console under Apps > Gmail > User settings, so Gmail trusts partner certificates. Turn on S/MIME at the organizational-unit level rather than the domain level, because OU-level targeting limits cost and complexity to the users who need it.
Enable the content-compliance rule that requires S/MIME for recipients in specified domains, and set the action to reject on failure rather than deliver in plaintext. Publish the public certificates to a reachable directory so external senders can encrypt inbound mail to your users, and test the full round-trip with a partner before go-live to avoid discovering a misconfiguration in production.
Client-Side Encryption Setup, Step by Step
CSE has more moving parts, and every step ties back to a legal or contractual control. First, choose a KACLS vendor that matches your jurisdictional needs; a U.S. contractor handling ITAR data must pick a U.S.-operated KACLS.
Connect the KACLS to Workspace through the CSE API, and configure an identity provider such as Okta or Google Identity to provide the authorization tokens. Test a pilot OU, confirm that Gmail shows the CSE toggle, and validate that archival export through Vault works with the customer-held key.
Document the entire key-management lifecycle in your WISP, because the Safeguards Rule requires written procedures for encryption and key management. Finally, train users repeatedly, because the single biggest cause of CSE failure is a user forgetting to toggle CSE before hitting send.
Key Entities in the Google Workspace Encryption Ecosystem
Google, the customer, the KACLS operator, and the regulator each play defined roles, and the lines between them determine where legal risk lands. Google operates the mail service and the default key hierarchy under the Google Workspace Data Processing Amendment.
The customer is the HIPAA covered entity or business associate, the GLBA financial institution, or the CMMC contractor, and the customer owns the risk analysis. The KACLS operator holds the KEK for CSE and becomes a separate custodian that law enforcement must reach independently.
Regulators include HHS OCR, the FTC, the SEC, the Department of Education, the FBI CJIS unit, and the DoD CIO for CMMC. Courts enter the picture through the Stored Communications Act, FRE 901-902, and FRCP 26 and 37 discovery rules.
Court Rulings That Shape Email Encryption Duties
Several precedents drive how courts treat encrypted and unencrypted Workspace mail. In Smith v. Maryland, 442 U.S. 735 (1979), the Supreme Court created the third-party doctrine that historically let the government access metadata without a warrant.
The Court narrowed that doctrine in Carpenter v. United States, 138 S. Ct. 2206 (2018), recognizing heightened Fourth Amendment protection for digital records that reveal sensitive life patterns. The Sixth Circuit in United States v. Warshak, 631 F.3d 266 (6th Cir. 2010) held that email users have a reasonable expectation of privacy in stored email, requiring a warrant for content.
The Second Circuit’s Microsoft Ireland decision ultimately yielded to the CLOUD Act of 2018, which now lets U.S. authorities compel production of data held abroad. Each case reinforces why CSE matters: when Google cannot decrypt, these compulsion powers have nothing to compel.
Pricing and Licensing Considerations
Encryption is bundled with Workspace plans but the high-end controls cost real money. Workspace pricing places CSE in Enterprise Plus, which typically runs above $30 per user per month before volume discounts.
KACLS vendors add licensing between $4 and $15 per user per month, and Assured Controls Plus adds a premium on top. The consequence of ignoring the cost is a budgeting miss at renewal; the consequence of avoiding the cost is regulatory risk that usually exceeds the savings many times over.
A named example: Redwood Surgical Group priced Enterprise Plus at roughly $90,000 per year for 200 users but avoided a potential $1.5 million OCR settlement after an employee emailed a wrong recipient, because S/MIME prevented the recipient from opening the message.
How to Verify Encryption Actually Works
Verification is not optional under any U.S. framework that requires encryption. Use the Gmail postmaster tools to monitor TLS delivery rates, and check the Workspace security center for encryption-posture dashboards.
Review logs in BigQuery exports to confirm that messages to regulated partners consistently show TLS_RSA_WITH_AES_256_GCM_SHA384 or stronger ciphers. Conduct an annual penetration test that includes an email-downgrade simulation, because auditors increasingly expect proof rather than assertion.
A common misconception is that a vendor attestation such as SOC 2 Type II from Google substitutes for the customer’s own verification; it does not, because the customer controls the configuration.
FAQs
Are Google Workspace emails encrypted by default?
Yes. All Workspace mail is encrypted in transit with TLS and at rest with AES-256, but default encryption does not equal end-to-end and may not satisfy every U.S. statute.
Does Google read Workspace email?
No. Google does not serve ads based on Workspace mail, but Google can technically access default-encrypted mail to comply with lawful process, which is why CSE exists.
Is Gmail Confidential Mode the same as encryption?
No. Confidential Mode adds expiration and revocation but leaves the plaintext on Google’s servers, and no U.S. regulator treats it as satisfying an encryption requirement.
Does Google Workspace meet HIPAA encryption standards?
Yes. Workspace can meet the HIPAA Security Rule when you sign the BAA, enable enforced TLS or S/MIME or CSE, and limit PHI to Core Services.
Do I need Client-Side Encryption for attorney-client privilege?
No. ABA Rule 1.6 requires reasonable efforts rather than perfect security, but CSE becomes the reasonable choice when the matter involves highly sensitive data or protective orders.
Is S/MIME end-to-end encryption?
No. Hosted S/MIME in Workspace is server-to-server end-to-end because Google holds the private keys, so true device-to-device protection requires CSE or a client-controlled S/MIME deployment.
Can a government subpoena reach my CSE-encrypted mail?
No. A subpoena to Google returns ciphertext only, and investigators must separately serve the KACLS operator to obtain the key, which adds jurisdictional and procedural hurdles.
Does Google Workspace satisfy CMMC Level 2?
Yes. Workspace can satisfy CMMC 2.0 Level 2 when you deploy Assured Controls Plus, CSE with a U.S.-person-controlled KACLS, and documented key-management procedures.
Is encryption optional under HIPAA?
No. Encryption is an addressable specification, not optional, and a covered entity that declines it must document an equivalent safeguard or face willful-neglect penalties.
Can I use Google Workspace for ITAR technical data?
Yes. Workspace Enterprise Plus with Assured Controls Plus and CSE keyed by a U.S.-person KACLS aligns with the ITAR end-to-end encryption carve-out at 22 CFR 120.54.
Does TLS protect my email after it reaches the recipient?
No. TLS ends at the recipient mail server, so any on-server decryption, archiving, or forwarding occurs in plaintext unless message-level encryption like S/MIME or CSE is in place.
Are Google Workspace backups encrypted?
Yes. Backups are encrypted with the same AES-256 envelope design as live data, and Google’s security whitepaper documents the key hierarchy and Titan-rooted trust.