Skip to content
Bellator Cyber Guard
Learn17 min readDeep Dive

Encryption at Rest vs. in Transit: What's the Difference?

Encryption at rest protects stored data; encryption in transit protects data moving across networks. See the difference and why 2026 compliance rules require both.

By Bellator Cyber Guard Security Team
Encryption at Rest vs. in Transit: What's the Difference? - encryption at rest vs encryption in transit

Encryption at rest protects data while it sits stored on a hard drive, server, or backup file. Encryption in transit protects that same data while it moves across a network, such as when a file uploads to the cloud or an email travels between mail servers. Both convert readable data into scrambled ciphertext using a mathematical algorithm and a key, but they defend against different moments of exposure, and one does not substitute for the other. If your practice handles client Social Security numbers, health records, or financial account data, you need both protections in place to meet requirements like the FTC Safeguards Rule and the HIPAA Security Rule in 2026.

Quick Answer

Encryption at rest secures data stored on devices, servers, and backups using algorithms like AES-256, so the data stays unreadable if a drive or database is stolen or accessed without authorization. Encryption in transit secures data while it moves across a network, typically using TLS (Transport Layer Security), so intercepted traffic cannot be read. A file can be encrypted in transit while traveling to a server and then stored unencrypted once it arrives, which is why both controls are needed together, not as alternatives.

What Encryption at Rest Actually Does

Encryption at rest applies to data that is not currently moving: files on a laptop hard drive, records in a database, or backup archives sitting in cloud storage. The most common standard is AES-256 (Advanced Encryption Standard with a 256-bit key), a symmetric encryption algorithm that the National Institute of Standards and Technology (NIST) documents in its SP 800-111 guide to storage encryption. In practice, this looks like full-disk encryption on a work laptop (BitLocker on Windows, FileVault on Mac), database-level encryption on a practice management system, or an encrypted backup file. If a laptop is lost or a server is accessed without authorization, encryption at rest means the data on it reads as scrambled noise rather than plain text. This is a different concept from symmetric and asymmetric encryption as algorithm types; encryption at rest is about where the protection is applied, and it usually relies on symmetric algorithms because they perform faster on large stored files.

What Encryption in Transit Actually Does

Encryption in transit protects data while it travels between two points: a browser and a website, an email client and a mail server, or a workstation and a cloud application. The dominant protocol is TLS (Transport Layer Security), the successor to SSL, which encrypts the connection so that anyone intercepting the traffic (on public Wi-Fi, a compromised router, or a network they do not own) sees only ciphertext. A website using HTTPS is using TLS to encrypt the connection between the browser and the server. VPNs, SFTP file transfers, and TLS-secured email connections all serve the same purpose: protecting data during the moment it moves. Encryption in transit says nothing about what happens to the data once it lands. A secure TLS connection can deliver a file to a server that stores it in plain text, which is exactly the gap encryption at rest is meant to close.

Encryption at Rest vs. Encryption in Transit, Side by Side

What it protects

Encryption at Rest
Data stored on disks, servers, and backups
Encryption in Transit
Data moving across a network

Common technology

Encryption at Rest
AES-256 full-disk or database encryption
Encryption in Transit
TLS 1.2/1.3, HTTPS, VPN, SFTP

Typical example

Encryption at Rest
Encrypted laptop hard drive or backup file
Encryption in Transit
HTTPS website session or VPN connection

What it does not stop

Encryption at Rest
Interception while the data is being sent or received
Encryption in Transit
Theft or unauthorized access once the data is stored

Related compliance reference

Encryption at Rest
HIPAA Security Rule, 45 CFR 164.312(a)(2)(iv)
Encryption in Transit
HIPAA Security Rule, 45 CFR 164.312(e)(2)(ii)

Why You Need Both, Not Just One

A gap in either layer leaves data readable at a point where it should not be. A firm that encrypts its server but emails a client's tax return as an unencrypted attachment has protected the data at rest and left it exposed in transit. A firm that uses a TLS-secured client portal to collect documents but stores those documents on an unencrypted shared drive has protected the data in transit and left it exposed at rest. Attackers and researchers both look for the weaker link rather than the stronger one, which is one reason encryption belongs in a broader framework rather than standing alone. It maps most directly to the confidentiality leg of the CIA triad (confidentiality, integrity, and availability), but confidentiality controls only work if they are applied consistently across every place data sits and every path it travels.

This is also why encryption gets evaluated alongside other controls during a vulnerability assessment or a penetration test: an assessor checking your environment will look for unencrypted storage, weak or expired TLS certificates, and any place sensitive data crosses the network in the clear, not just whether encryption exists somewhere in the stack.

What Regulations Actually Require

The FTC Safeguards Rule, which applies to tax preparers, accountants, and other businesses classified as financial institutions under the Gramm-Leach-Bliley Act, requires covered businesses to encrypt customer information both in transit over external networks and at rest, per 16 CFR Part 314.4(c)(3), unless your qualified individual determines encryption is infeasible and approves an equivalent compensating control in writing. The HIPAA Security Rule treats encryption as an addressable implementation specification under 45 CFR 164.312, meaning covered healthcare entities must assess whether encryption is reasonable and appropriate for their environment and, if they decide not to implement it, document the alternative measure and the reasoning. IRS Publication 4557Safeguarding Taxpayer Data, recommends that tax professionals encrypt sensitive files and avoid sending unencrypted taxpayer data by email, a recommendation that also runs through the IRS Security Six checklist. None of these rules guarantee that encryption alone prevents a breach; they describe it as one documented control among several, and specific legal obligations for your practice should be confirmed with counsel.

Action Checklist

  • Enable full-disk encryption (BitLocker on Windows, FileVault on Mac) on every laptop and desktop that touches client data
  • Confirm backups are encrypted, not just the live production data
  • Verify your website and client portal use TLS 1.2 or higher with a valid, unexpired certificate
  • Stop sending sensitive files as plain email attachments; use a secure portal or encrypted email option instead
  • Ask every cloud vendor for written confirmation of encryption at rest and in transit before signing
  • Document your encryption decisions, including any exceptions, in your written information security program (WISP)

Key Takeaway

Encryption at rest and encryption in transit close different gaps in the same data's lifecycle. A practice that implements only one has protected half the path client data actually travels, and regulators and attackers both tend to find the unprotected half.

How This Fits Your Broader Security Program

Encryption is one control in a layered program, not a replacement for the others. It works alongside network segmentation, which limits how far an intruder can move if they get past a single defense, and strong password security, which limits who can reach encrypted systems in the first place. A managed IT or security provider can confirm your configuration matches what your policy claims; the difference between a general IT vendor and a dedicated security partner is explained in cybersecurity company vs. MSP. For tax and accounting firms, encryption decisions belong in a documented WISP; Bellator Cyber Guard's custom WISP starts at $749 for firms with up to five users, with larger practices quoted separately, and typically saves 20 to 40 billable hours compared to building the document from scratch.

Get Your Free Cybersecurity Evaluation

Not sure where your encryption or broader security controls have gaps? Get a plain-language review of what your practice actually needs. No pressure.

Frequently Asked Questions

Not exactly. HTTPS is HTTP (the protocol your browser uses to load web pages) running over TLS. TLS is the encryption protocol itself and it also secures other traffic, such as email transmission and VPN connections, not just web browsing.

Not directly. Encryption at rest protects data from being read if it is copied or accessed without authorization; it does not stop ransomware from encrypting your files a second time with an attacker's key or from exfiltrating data before locking it, since the ransomware process typically runs with legitimate access to already-decrypted files. Ransomware defense depends on endpoint detection, backups, and access controls working alongside encryption.

It depends on your industry and the data you handle. The FTC Safeguards Rule requires encryption of customer information at rest and in transit for financial institutions, including tax preparers, unless a documented compensating control is approved. The HIPAA Security Rule treats encryption as addressable rather than strictly mandatory, requiring covered entities to assess and document their decision. Confirm your specific obligations with legal counsel.

End-to-end encryption means only the sender and the intended recipient can read the data; even the service transmitting it cannot decrypt it in the middle. It is a stronger design than standard encryption in transit, which typically protects data between a device and a server but allows the server operator to decrypt it. Signal and some encrypted email services use end-to-end encryption; standard business email and most cloud file services do not by default.

AES-256 is the current standard for data at rest, and TLS 1.2 or TLS 1.3 is the current standard for data in transit; TLS 1.0 and 1.1 are deprecated and should not be relied on. Ask any software vendor which version they use and whether encryption is on by default or requires configuration.

Share

Share on X
Share on LinkedIn
Share on Facebook
Send via Email
Copy URL
(800) 492-6076

Compare the operating outcome, not just the price

Choose the option that makes ownership and total cost clear

A useful comparison shows what is included, who watches and responds, where extra work remains, and which costs appear after the headline quote.

People also look for

Keep exploring Network & cloud security

Protect the connections, cloud accounts, and remote-work paths that people rely on every day.