How to Prove ePHI at Rest Is Encrypted for a HIPAA OCR Compliance Review

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

How to Prove ePHI at Rest Is Encrypted for a HIPAA OCR Compliance Review

Kevin Henry

HIPAA

September 07, 2026

7 minutes read
Share this article
How to Prove ePHI at Rest Is Encrypted for a HIPAA OCR Compliance Review

Understand HIPAA Encryption Requirements

What OCR expects to see

During an OCR review, you must show not just that encryption exists, but that it is consistently applied wherever ePHI lives. That means clear scope, evidence of controls, and traceable records proving “Data Encryption at Rest” across production, backups, exports, and endpoints.

Addressable vs. required

Under the HIPAA Security Rule, encryption is an Addressable Safeguard. You must either implement strong encryption or document, via risk analysis, why an alternative is reasonable and appropriate—and what compensating controls you use. In today’s environments, OCR generally expects encryption at rest unless you have a compelling, well-documented rationale.

Define the systems in scope

  • Databases, data warehouses, and file shares storing ePHI.
  • Application servers, virtual machine disks, and container volumes.
  • Cloud storage (object, block, managed databases) and SaaS repositories.
  • Endpoint devices (laptops, mobile devices, removable media) that may cache or store ePHI.
  • Backups, archives, logs, and analytics extracts.

Document where ePHI flows and rests so you can prove coverage in your OCR Compliance Documentation.

Implement NIST Encryption Standards

Approved algorithms and modes

  • Use AES-256 Encryption with XTS mode for full‑disk/volume encryption when available.
  • Prefer AES‑256 GCM (or CBC with integrity protection) for databases, files, and object storage.
  • Enable FIPS 140‑2/140‑3 validated crypto modules where feasible to align with NIST expectations.

Standardize your configuration baselines so teams don’t make ad‑hoc choices that are hard to defend during review.

Platform-specific application

  • Servers and VMs: Enable full‑disk encryption and encrypt attached volumes; enforce at build time via images and policies.
  • Databases: Turn on native TDE or storage‑level encryption; secure key stores outside the database engine.
  • Cloud services: Use provider features (e.g., storage‑level encryption) and consider customer‑managed keys for higher assurance.
  • Endpoints: Require BitLocker or FileVault; block removable media unless encrypted.

Cover backups and ephemeral data

  • Encrypt backups, snapshots, and archives; prove it with job settings and reports.
  • Scrub or encrypt temporary files, caches, staging areas, and analytics sandboxes.
  • Ensure test and dev environments inherit the same encryption controls as production.

Manage Encryption Keys Effectively

Key architecture and ownership

Define a clear Encryption Key Management model: who owns keys, where they live, and how they are protected. Separate data encryption keys (DEKs) from key‑encryption keys (KEKs), and store KEKs in a hardened KMS or HSM.

Lifecycle controls

  • Generation: Use a vetted KMS/HSM and strong RNGs.
  • Rotation: Rotate DEKs regularly (e.g., annually or per policy) and KEKs more conservatively; automate where possible.
  • Storage: Keep keys outside the data system they protect; enforce access via least privilege and dual control.
  • Backup: Back up keys securely; test recovery procedures without exposing key material.
  • Retirement: Revoke and securely destroy keys when data is no longer needed; record cryptographic erasure events.

Monitoring and access

  • Log all key use, admin actions, and policy changes; retain logs per your record schedule.
  • Enforce separation of duties so no single admin can generate, export, and enable a key without oversight.
  • Alert on anomalous key access, failed decrypts, or configuration drift.

Document Encryption Policies and Procedures

Core documents to maintain

  • Encryption Policy: Scope, roles, algorithms, FIPS expectations, and exception handling.
  • Standards and Build Guides: Platform‑specific settings for servers, databases, cloud storage, and endpoints.
  • Procedures: Step‑by‑step instructions for enabling, validating, and troubleshooting encryption.
  • Key Management Policy: Ownership, lifecycle, rotation cadence, recovery, and emergency access.
  • Risk Analysis and Risk Management Plan: How you determined encryption was reasonable and appropriate.

Operational proof

  • Asset inventory mapping systems with ePHI to their encryption status (“coverage matrix”).
  • Diagrams of data flows and storage locations to show where encryption is applied.
  • Change tickets and approvals for enabling encryption and rotating keys.
  • Training records for administrators handling encryption and key management.

Consistent, living documentation is essential OCR Compliance Documentation and speeds evidence collection.

Ready to simplify HIPAA compliance?

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

Coordinate Business Associate Agreements

Set clear encryption expectations

Use the Business Associate Agreement to require appropriate safeguards, including encryption of ePHI at rest and in transit where reasonable and appropriate. Define scope (primary storage, backups, logs, and exports) and establish minimum algorithm standards.

Assign responsibilities and access

  • State who manages keys (customer‑managed versus provider‑managed) and how access is controlled.
  • Require timely breach and key‑related incident notification.
  • Grant rights to receive encryption attestations, configuration reports, and audit results on request.

Verify and record

  • Collect vendor encryption whitepapers, service configurations, and (if available) FIPS validation references.
  • Keep evidence that encryption is enabled in your tenant or instance, not just at the platform level.
  • Document periodic reviews to confirm the BAA’s encryption terms remain in force as services change.

Conduct Regular Encryption Audits

Controls to test

  • Coverage: All in‑scope assets show enabled encryption with current, non‑deprecated algorithms.
  • Key controls: Rotation, access restrictions, dual control, and audit logging are enforced.
  • Backups and exports: Encryption applies to all replicas, snapshots, and data pipelines.
  • Endpoints: Full‑disk encryption is mandatory; no unencrypted removable media.

Methods and evidence

  • Automated checks (CSPM, MDM, compliance policies) producing exportable reports.
  • Sampling with screenshots or command output proving encryption status per asset type.
  • Log reviews showing key events, failed decrypts, and admin actions.
  • Exception tracking with remediation dates and approvals.

Maintain an audit calendar and archive results to demonstrate continuous control, not one‑time setup.

Prepare Evidence for OCR Review

Your encryption evidence package

  • Scope and Inventory: System list with ePHI locations and an encryption coverage matrix.
  • Policies and Procedures: Encryption Policy, Standards, and Key Management Policy.
  • Technical Proof: Configuration exports, screenshots, and commands verifying encryption and TDE/FDE status.
  • Key Management Records: Rotation logs, access reviews, break‑glass procedures, and destruction certificates.
  • Backups and Archives: Job settings, reports, and sample restore tests proving encrypted media.
  • Monitoring and Audits: Control test results, alerts, and remediation tickets.
  • BAA Artifacts: Executed Business Associate Agreements and vendor encryption attestations.
  • Risk Analysis: Documentation supporting why encryption is reasonable and appropriate for your environment.

Presentation tips

  • Organize evidence by control and system; include a concise index that maps to the HIPAA Security Rule.
  • Redact secrets and key material; never share private keys or KMS exports.
  • Use dated screenshots and reports; aim for evidence from the past 6–12 months.
  • Prepare SMEs for walkthroughs with a script that explains design choices and exceptions.

Common pitfalls to avoid

  • Assuming platform defaults equal compliance without tenant‑level proof.
  • Encrypting data stores but forgetting backups, logs, or analytics exports.
  • Weak key governance: no rotation, unclear ownership, or missing access reviews.
  • Stale documents that don’t match current systems and configurations.

Conclusion

To prove ePHI is encrypted at rest, you need three things: sound technical controls aligned with NIST, disciplined Encryption Key Management, and meticulous documentation that ties everything together. If you can show consistent coverage, strong keys, and clear, current records—including BAAs and audit results—you will be well prepared for an OCR review.

FAQs

What evidence is required to prove ePHI encryption at rest?

Provide a system inventory with an encryption coverage matrix; policies and standards; configuration exports and screenshots showing encryption enabled; database and volume encryption status; backup job settings and reports; key rotation and access logs; monitoring and audit results; executed Business Associate Agreements; and the risk analysis that supports encryption as a reasonable and appropriate safeguard.

How should encryption key management be documented?

Document a key management policy, key hierarchy (DEKs and KEKs), ownership and separation of duties, generation and storage locations (KMS/HSM), rotation cadence, backup and recovery tests, access control lists and approvals, monitoring and alerting, and retirement/destruction records. Include dated logs and change tickets to prove the process is followed.

Is encryption mandatory or addressable under HIPAA?

Encryption is an Addressable Safeguard under the HIPAA Security Rule. You must implement it when reasonable and appropriate or document a justified alternative with compensating controls based on your risk analysis. In most modern environments, encrypting ePHI at rest is the expected and defensible approach.

What role do Business Associate Agreements play in encryption?

BAAs set contractual expectations that Business Associates implement appropriate safeguards, including encryption for ePHI at rest where reasonable and appropriate. They should define scope (including backups and logs), key management responsibilities, evidence provision on request, and prompt notification of security or key‑related incidents. Retain BAA documents as part of your OCR Compliance Documentation.

Share this article

Ready to simplify HIPAA compliance?

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

Related Articles