HIPAA Encryption Requirements: At Rest, In Transit, and How to Comply

Product Pricing
Ready to get started? Book a demo with our team
Talk to an expert

HIPAA Encryption Requirements: At Rest, In Transit, and How to Comply

Kevin Henry

HIPAA

April 18, 2026

7 minutes read
Share this article
HIPAA Encryption Requirements: At Rest, In Transit, and How to Comply

Encryption Requirement Status

Under the HIPAA Security Rule, encryption of electronic protected health information (ePHI) is an “addressable” safeguard for both data at rest and in transit. Addressable means you must implement encryption when reasonable and appropriate, or document a comparable alternative and why it suffices.

In practice, regulators and industry norms expect strong encryption for ePHI transmission security and storage wherever feasible. When you cannot encrypt, you must reduce risk through compensating controls and keep detailed records of your decision-making.

  • Perform a formal risk analysis and select controls that reduce risk to a reasonable and appropriate level.
  • Use modern, NIST-approved cryptography implemented in FIPS-validated modules.
  • If encryption is not used, document alternatives, residual risk, and a remediation timeline.
  • Flow requirements to vendors via Business Associate Agreements and verify their controls.

Encryption at Rest Standards

For ePHI at rest, adopt AES-256 encryption with keys protected by a hardened key manager. HIPAA does not mandate a specific algorithm, but AES-256 encryption and FIPS 140-validated modules are the prevailing baseline for healthcare data protection.

Baseline controls for at-rest ePHI

  • Full-disk encryption for laptops, workstations, and mobile devices; enforce via MDM and pre-boot authentication.
  • Server and cloud volumes: enable disk or volume encryption using FIPS-validated cryptographic modules.
  • Databases: use Transparent Data Encryption (TDE) and column/field-level encryption for highly sensitive fields.
  • File/object storage: enable server-side encryption; consider envelope encryption and customer-managed keys.
  • Backups and archives: encrypt media and snapshots; store keys separately; verify restore operations preserve encryption.
  • Removable media: either prohibit or enforce automatic encryption; maintain chain-of-custody and sanitization processes.
  • Retirement and disposal: cryptographic erasure or secure destruction with documented evidence.

Align configurations with the HIPAA Security Rule by hardening endpoints, isolating workloads, and validating that encryption remains active after patches, failovers, and restores. Monitor for drift and remediate quickly.

Encryption in Transit Protocols

Protect ePHI in motion with authenticated, modern cryptography. Achieve TLS 1.2 compliance at minimum and prefer TLS 1.3 where supported. Disable legacy protocols and weak ciphers, and maintain certificate hygiene and automated rotation.

Protocol choices

  • Web and APIs: HTTPS with TLS 1.2+ using ECDHE for forward secrecy and AES-256-GCM or ChaCha20-Poly1305.
  • Service-to-service: mutual TLS (mTLS) for internal calls; authenticate workloads with short-lived certificates.
  • Email: opportunistic TLS for SMTP in transit; use S/MIME or PGP when end-to-end confidentiality is required.
  • File transfer: SFTP or FTPS (TLS 1.2+); avoid plaintext protocols such as FTP.
  • Remote access and admin: SSHv2 with strong MACs; IPsec or SSL VPNs with strong cipher suites.
  • Network and Wi‑Fi: WPA3 or WPA2‑Enterprise (EAP‑TLS), segment networks, and restrict lateral movement.
  • Medical/IoT devices: prefer TLS 1.3 capable devices, or isolate legacy gear behind secure gateways.

Continuously test ePHI transmission security with scanners that validate protocol versions, cipher suites, and certificate chains. Enforce HSTS and certificate revocation checking where applicable.

Ready to simplify HIPAA compliance?

Join thousands of organizations that trust Accountable to manage their compliance needs.

Compliance Implications

Strong encryption reduces breach likelihood and may limit exposure if a device is lost or data is exfiltrated. When ePHI is encrypted using industry-recognized methods, breach risk and notification obligations can be significantly reduced, though not eliminated.

  • Regulatory exposure: OCR investigations, corrective action plans, and civil monetary penalties are possible when controls are inadequate.
  • Contractual risk: payer and partner agreements often require specific encryption baselines and audits.
  • Operational impact: inadequate controls can drive downtime, incident costs, and reputational harm.

Compliance is not merely “turning on” encryption. You must pair it with access controls, monitoring, incident response, and vendor oversight, all supported by complete documentation.

Implementation Best Practices

  1. Map data flows: locate ePHI, classify sensitivity, and identify at-rest and in-transit touchpoints.
  2. Set technical baselines: require AES-256 encryption for storage and TLS 1.2+ for transport; prefer TLS 1.3.
  3. Adopt FIPS-validated crypto libraries and enable FIPS mode where available.
  4. Automate: enforce configurations via MDM, group policy, or infrastructure-as-code; block noncompliant builds.
  5. Test continuously: verify encryption on backups, replicas, and failovers; conduct red/blue team exercises.
  6. Monitor and alert: track cipher suites, certificate status, and encryption coverage; remediate configuration drift.
  7. Harden vendors: flow requirements in BAAs, review SOC reports, and test controls in staging before go-live.
  8. Train users: secure messaging, data minimization, and approved channels for sharing ePHI.

Encryption Key Management

Effective encryption depends on robust encryption key management. Centralize key operations in a KMS or HSM, enforce role-based access, and separate keys from the data they protect.

Key management controls

  • Generation: create keys with NIST-approved RNGs; assign per-environment, per-tenant scopes where practical.
  • Storage: protect keys in hardware-backed KMS/HSM; never store keys alongside encrypted data.
  • Rotation and revocation: rotate routinely and on compromise; support instant disablement and key versioning.
  • Envelope encryption: use data keys for objects and a master key for wrapping to simplify rotation.
  • Access control: enforce least privilege, MFA for administrators, and dual control for sensitive operations.
  • Logging and audit: capture all key use events; reconcile against change tickets and approvals.
  • Resilience: back up keys securely, test recovery, and maintain break-glass procedures with tight oversight.

Document key lifecycles from creation to destruction, including owners, rotation cadence, escrow decisions, and retention aligned to legal and business needs.

Documentation and Exceptions

Maintain clear encryption documentation requirements that tie policy to practice. Keep an encryption policy, technical standards, system inventories, data flow diagrams, and build checklists that show where and how ePHI is encrypted.

  • Record algorithms, modes, key sizes, and TLS configurations for each system handling ePHI.
  • Maintain key management runbooks, rotation logs, and approvals for access to keys.
  • Preserve evidence: screenshots, configuration exports, and automated compliance reports.
  • Vendor artifacts: BAAs, security summaries, and attestations demonstrating controls.

Exceptions and alternatives

  • When encryption is infeasible (e.g., legacy systems), document the rationale, timeline, and compensating controls such as network isolation, strict access, monitoring, and data minimization.
  • For patient-requested unencrypted channels (e.g., standard email), record the request and risk acknowledgment, provide reasonable safeguards, and restrict shared data to the minimum necessary.

Bottom line: implement strong at-rest and in-transit encryption with sound key management, validate continuously, and maintain defensible documentation that shows how you meet the HIPAA Security Rule.

FAQs.

What are the HIPAA encryption requirements for data at rest?

Encryption for data at rest is addressable under the HIPAA Security Rule. You should implement strong, modern cryptography—commonly AES-256 encryption in FIPS-validated modules—for disks, databases, files, and backups. If you choose an alternative, document why it is reasonable and appropriate and what compensating controls reduce risk.

How does HIPAA define encryption for data in transit?

HIPAA treats transmission protection as an addressable safeguard focused on ePHI transmission security. Meet TLS 1.2 compliance at minimum for network traffic, prefer TLS 1.3, and use protocols such as mTLS, SFTP, and IPsec where applicable. Avoid deprecated protocols and maintain certificate and cipher suite hygiene.

What are the consequences of non-compliance with HIPAA encryption rules?

Organizations can face regulatory investigations, corrective action plans, civil penalties, and contractual repercussions with payers and partners. Lacking appropriate encryption also increases breach likelihood, incident costs, and reputational harm, particularly for lost devices or exposed backups.

How should organizations document their encryption practices?

Create comprehensive encryption documentation requirements: policies, technical standards, asset and data flow inventories, configuration baselines (algorithms, modes, key sizes), and logs showing enforcement. Include encryption key management procedures, rotation records, vendor attestations, and any exceptions with risk justifications and remediation timelines.

Share this article

Ready to simplify HIPAA compliance?

Join thousands of organizations that trust Accountable to manage their compliance needs.

Related Articles