Encryption is now mandatory for healthcare cloud systems. The Office for Civil Rights (OCR) proposed significant updates to the HIPAA Security Rule on January 6, 2025, requiring all healthcare entities to adopt strict encryption and cybersecurity measures. These changes aim to improve the safety of electronic protected health information (ePHI) and reduce the risks of breaches. As of June 2026, the rule is still under review, but preparation is essential.

Key Updates You Need to Know:

  • Encryption Standards:
    • AES-256 for data at rest.
    • TLS 1.2 or higher for data in transit (TLS 1.3 preferred).
  • Mandatory Cybersecurity Measures:
    • Multi-factor authentication (MFA) for ePHI access.
    • Written asset inventories and network maps updated annually.
    • Vulnerability scans every six months and annual penetration testing.
  • Impact on Cloud Systems:
    • Encryption must meet NIST standards.
    • Properly encrypted ePHI may qualify for "safe harbor" under breach rules.
    • Business associates must verify compliance annually.
  • Compliance Deadline: Once finalized, organizations will have 240 days to comply.

The estimated cost of implementing these changes is $9 billion in the first year, but the potential penalties for noncompliance could reach over $2 million annually. Healthcare organizations should act now to align with the proposed requirements, focusing on encryption, risk assessments, and vendor management.

HIPAA 2026: The Biggest Compliance Shift in Years

Recent OCR Encryption Updates and Regulatory Context

HIPAA Security Rule vs. OCR 2025 NPRM: Key Encryption & Cybersecurity Changes

HIPAA Security Rule vs. OCR 2025 NPRM: Key Encryption & Cybersecurity Changes

The January 6, 2025 NPRM is still in the proposal stage. As of June 2026, the Office for Civil Rights (OCR) is reviewing approximately 4,745 public comments before moving forward with finalization. The direction is clear, though - healthcare organizations should start preparing now.

"Size and operating context would still inform how requirements are met, but no longer whether they apply." - Compliancy Group [1]

The NPRM goes beyond encryption by introducing additional mandatory requirements to enhance the secure handling of electronic protected health information (ePHI) in cloud environments. These include maintaining a written inventory of technology assets and a network map of ePHI flows, both of which must be updated at least annually. Organizations will also need to conduct vulnerability scans every six months and penetration tests at least once a year [1]. Together, these measures aim to address vulnerabilities commonly exploited by ransomware and unauthorized access. The estimated cost to the industry for implementing these changes is around $9 billion in the first year. Recent OCR ransomware settlements, such as one totaling $1,165,000, highlight the enforcement focus - especially when inadequate risk analysis leaves ePHI exposed [1][3]. These updates signal technical changes that will significantly impact how ePHI is managed in cloud environments.

How These Updates Affect ePHI in Cloud Systems

The proposed rule introduces clear technical requirements for cloud environments. Encryption, previously a guideline, becomes a mandate. Organizations must use cryptographic standards validated by NIST, such as AES-256, and ensure they are updated as technology evolves [4][2].

There’s also a major benefit to implementing encryption correctly. Properly encrypted PHI is considered a "safe harbor" under the Breach Notification Rule. If encrypted data is stolen, it typically doesn’t qualify as a reportable breach [2]. As Garvita Amin, a Healthcare Technology Expert, explains:

"Encryption is the single control that turns a HIPAA breach into a non-event." [2]

The proposed rule also tightens oversight of business associates (BAs). Covered entities would need to secure written verification - certified by a subject matter expert - that their BAs have implemented the necessary technical safeguards. This verification must occur at least annually. For organizations depending on cloud vendors to manage ePHI, vendor management now becomes a core compliance responsibility rather than just a procurement task [1].

Alignment with the HIPAA Security Rule

HIPAA Security Rule

These regulatory updates build upon, rather than replace, the existing HIPAA Security Rule. They clarify and strengthen requirements, making it easier for cloud teams to prioritize compliance efforts.

For example, the NPRM turns transmission security (§ 164.312(e)(1)) - previously an "addressable" measure - into a mandatory requirement. Data in transit must now comply with TLS 1.2 or TLS 1.3 standards, while data at rest must use AES-256 encryption [2][4]. The table below outlines the key differences:

Requirement Current HIPAA Security Rule Proposed OCR Update (NPRM)
Encryption (at rest/in transit) Addressable (flexible) Required (mandatory)
MFA Addressable / best practice Required for all ePHI access
Asset Inventory Implicitly required via risk analysis Explicit written document required
Network Mapping Not explicitly required Mandatory written map of ePHI flows
Vulnerability Scans Periodic (undefined frequency) At least every six months
Penetration Testing Periodic (undefined frequency) At least once every 12 months

This approach reflects a "zero-trust" philosophy. By mandating measures like multi-factor authentication (MFA), network segmentation, and encryption, the proposed updates assume breaches are possible and aim to minimize their impact [1]. For cloud teams, the focus has shifted from questioning the need for encryption to ensuring that encryption practices meet OCR’s specific technical standards.

Encryption Standards for Healthcare Cloud Systems

Updated OCR guidelines have set clear expectations for encryption in cloud-based healthcare systems. Encryption is no longer optional - it’s a mandatory safeguard, and understanding the required standards is essential for compliance and security.

Data at Rest: AES-256 Encryption

To protect stored ePHI (electronic Protected Health Information), AES-256-GCM is the baseline standard for 2026, as outlined in NIST SP 800-111. While full-disk or server-side encryption (SSE) provides a foundation, it’s not enough for highly sensitive data. Adding field-level encryption on top of full-disk or SSE enhances security, offering more granular protection.

Outdated encryption algorithms like 3DES, RC4, and DES must be eliminated from active configurations. These algorithms won’t just fail an OCR audit - they also leave critical data exposed to potential breaches.

Data in Transit: TLS 1.2 and Higher

For securing data in transit, TLS 1.2 is the minimum requirement, but TLS 1.3 is strongly recommended moving forward. The key advantage of TLS 1.3 is its built-in forward secrecy, which ensures that even if a private key is compromised, past sessions remain secure. If TLS 1.2 is used, it must be configured with ECDHE-family cipher suites to achieve similar forward secrecy.

"Organizations can no longer document a reason for not encrypting ePHI in transit." - AXIS CloudSync [6]

Encryption for ePHI in transit is now non-negotiable. Deprecated protocols like SSL v2/v3, TLS 1.0, and TLS 1.1 should be entirely disabled. The table below provides a quick reference for acceptable encryption standards versus those that will fail an audit:

Purpose 2026 Acceptable Standard Avoid (Will Fail Audit)
Data at Rest AES-256-GCM 3DES, RC4, DES
Data in Transit TLS 1.3 (preferred), TLS 1.2 SSL v2/v3, TLS 1.0/1.1
Hashing SHA-256, SHA-3 MD5, SHA-1
Key Exchange ECDHE (P-256, X25519) RSA-1024, static DH

These standards work hand-in-hand with robust key management practices, which are critical for maintaining compliance.

Key Management and FIPS Compliance

Encryption is only as strong as the way its keys are handled. Keys should always be stored separately from encrypted data. Managed services like AWS KMS, Google Cloud KMS, and Azure Key Vault enforce this separation and meet HIPAA eligibility requirements. For stricter control, hardware security modules (HSMs) - such as AWS CloudHSM or Azure Managed HSM - offer FIPS 140-3 Level 3 compliance.

One effective approach is envelope encryption. Here’s how it works:

  • A Data Encryption Key (DEK) encrypts the ePHI.
  • A Key Encryption Key (KEK), stored in the KMS, encrypts the DEK.

This setup simplifies key rotation without requiring the re-encryption of entire datasets. For high-sensitivity workloads, best practices include rotating keys every 90 days and retaining audit logs of encryption and decryption events for at least six years [2].

"The audit safe harbor only applies when both are satisfied - your encryption matches the current NIST guidance, and you can document it." - Garvita Amin, Healthcare Technology Expert [2]

Governance plays a critical role here. OCR auditors expect written documentation that:

  • Names at least two designated key custodians.
  • Specifies the encryption algorithms and key lengths in use.
  • Confirms key rotation schedules.

This documentation must go beyond policy statements - it should include verifiable evidence from the KMS console to demonstrate compliance.

Applying Encryption Across Cloud Environments

According to OCR's latest guidelines, encryption standards are only effective if they're applied consistently across every layer of your cloud infrastructure - not just your primary database.

Encryption Across Cloud Workloads

Every component containing ePHI must be encrypted. For object stores and relational databases across platforms like AWS, Azure, and Google Cloud, server-side encryption with customer-managed keys (SSE-KMS or CMEK) is essential. This encryption should extend to read replicas, analytics environments, and backups.

For high-sensitivity data, such as Social Security Numbers or Medical Record Numbers, application-level or column-level encryption adds an extra layer of security beyond disk encryption. This approach protects against threats like over-privileged service accounts or SQL injection attacks. For workloads processing ePHI in memory, enclave-based confidential computing offers protection for data while it’s actively being used.

Additionally, error-handling routines must sanitize logs to remove ePHI before they are captured by observability tools. Without this step, sensitive data could inadvertently end up in logs, creating unnecessary exposure.

Encryption across workloads is most effective when combined with strong operational controls.

Operational Controls for Cloud Security

Encryption alone isn’t enough. Operational controls provide the structure needed to enforce compliance across cloud environments. For instance, customer-managed encryption keys (CMEK) give organizations direct control over key lifecycles, including the ability to revoke access independently of the cloud provider. This capability is becoming increasingly critical for large health systems.

Role-based access control (RBAC) is another crucial measure, ensuring cryptographic permissions are restricted to only the service accounts that truly need them. Broad permissions are a frequent audit issue, so keeping them tight is key. Automated key rotation is also critical, as auditors often check whether keys are actively rotated, not just documented in policies.

"The single most common audit finding in this area is 'you say you rotate every 90 days, but the KMS console shows the master key has not changed in 2 years.' Don't be that team." - VertiComply [2]

Finally, cloud-native guardrails like AWS Service Control Policies or Azure Policy can block ePHI workloads from being deployed in regions not covered by a Business Associate Agreement. This ensures compliance by restricting workloads to approved cloud regions.

Compliance and Risk Management for Encryption

Encryption plays a crucial role in reducing regulatory penalties and liability from breaches. When electronic protected health information (ePHI) is encrypted in line with NIST standards, it is no longer classified as "unsecured PHI" if lost or stolen. This classification exempts organizations from mandatory breach reporting. By combining governance measures with technical standards, encryption ensures comprehensive protection across all systems.

Risk Assessments and Encryption Governance

Risk assessments are the backbone of any encryption strategy. HIPAA mandates organizations to conduct detailed analyses of all ePHI within their systems, workflows, and integrations - whether they're cloud-based, mobile, or on-premises. These assessments must identify potential threats, such as ransomware or misconfigured storage, and vulnerabilities like outdated TLS protocols or weak key management. This process complements the encryption standards required for compliance.

A stark example is the April 2026 OCR settlements, where four entities paid a combined $1,165,000 due to ransomware incidents affecting over 427,000 individuals [3]. Among them, Consociate Health faced a $225,000 penalty after a phishing-triggered ransomware attack compromised ePHI for 136,539 individuals. OCR identified the company's failure to conduct a thorough risk analysis as a critical oversight [3]. OCR Director Paula M. Stannard emphasized:

"Proactively implementing the HIPAA Security Rule before a breach or an OCR investigation not only is the law but also is a regulated entity's best opportunity to prevent or mitigate the harmful effects of a successful cyberattack." [3]

To meet compliance, organizations must adopt a key management policy, appoint at least two key custodians, maintain detailed audit logs for six years [2], and update risk assessments whenever new cloud services are adopted, processes change, or incidents occur. These steps provide a clear understanding of risks, enabling encryption resources to be allocated effectively.

Classifying Encryption Requirements

Encryption requirements now carry varying levels of regulatory weight. Since the January 2025 update to the Security Rule, encryption is no longer "addressable" but a required standard under § 164.312(a)(2)(iv). This means organizations can no longer bypass encryption based on cost or complexity [2].

Here’s how encryption measures are classified:

Requirement Level Encryption Measure Regulatory Context
Mandatory AES-256 at rest Required for all PHI storage, including databases, backups, and logs [2]
Mandatory TLS 1.2 or higher in transit TLS 1.3 is the recommended baseline for network communications by 2026 [2]
Strongly Recommended Field-level encryption Protects sensitive fields like Social Security Numbers (SSN) and Medical Record Numbers (MRN) [2]
Best Practice 90-day key rotation Limits exposure windows for high-sensitivity keys, as recommended by NIST [2]

These changes also impact Cloud Service Providers (CSPs). Under OCR guidance, CSPs are considered Business Associates, even if they store only encrypted data without holding decryption keys. This means their encryption practices are directly tied to your compliance efforts [5]. Any gaps in their controls could expose your organization to compliance risks.

Conclusion: Key Takeaways for Healthcare Cloud Teams

OCR's updated guidelines bring a fresh approach to encryption requirements and how compliance is measured. With 710 large breaches reported to OCR in 2025 and the average healthcare data breach costing a staggering $10.9 million in 2024 [7], the margin for error has never been slimmer.

To meet these challenges, healthcare cloud teams need to focus on four key areas: implement AES-256-GCM for data at rest, enforce TLS 1.3 for data in transit, centralize encryption keys using a managed KMS or HSM, and treat risk analysis as a continuous process. As WCH Service Bureau aptly states:

"The risk analysis is not the compliance endpoint. It is the beginning of a documented cycle: identify risk, act to reduce it, document the action, test the control, repeat." [7]

This proactive approach is equally critical for managing risks associated with third-party vendors.

Beyond technical defenses, oversight is now a non-negotiable element of compliance. Covered entities must step up their monitoring of Business Associates (BAs). This means going beyond standard Business Associate Agreements (BAAs) to demand annual written verification - like SOC 2 reports - that confirm encryption and MFA controls are in place [7]. Ensure compliance within the specified deadlines once the final rule is published, referring to it for exact timelines [7].

How Censinet Supports Encryption Risk Management

Censinet

With these heightened requirements, keeping encryption risks under control has become a top priority. Managing encryption governance across cloud environments, vendors, and internal systems can be overwhelming, especially with OCR’s stricter enforcement. Censinet RiskOps™ is designed to simplify this complexity. The platform helps healthcare organizations conduct efficient third-party and enterprise risk assessments, monitor encryption and security measures across vendors, and maintain the documented, auditable risk management cycle that OCR now mandates. With Censinet AI™ speeding up the assessment process and fostering collaboration between healthcare organizations and their business associates, teams can lower risks more effectively without compromising oversight or precision.

FAQs

What qualifies as “NIST-compliant” encryption for ePHI in the cloud?

When it comes to protecting electronic protected health information (ePHI) in the cloud, following NIST guidelines is a must. This involves adhering to NIST Special Publications and utilizing FIPS 140-2 validated cryptographic modules to ensure encryption meets strict standards.

Here’s what that looks like in practice:

  • Data at Rest: Use AES-256 encryption, as recommended in NIST SP 800-111. This ensures that stored ePHI remains secure even if unauthorized access occurs.
  • Data in Transit: Implement TLS 1.2 or higher, as outlined in NIST SP 800-52, to safeguard data during transmission.

Beyond encryption, having a strong key management strategy is essential. Proper documentation and controls not only support compliance but also prepare organizations for potential OCR audits.

Does cloud provider encryption automatically qualify for HIPAA safe harbor?

No, using a cloud provider's encryption alone doesn't automatically meet HIPAA safe harbor requirements. While encryption plays a critical role in protecting sensitive information, healthcare organizations need to go further. Regular assessments are essential to ensure compliance with HIPAA regulations. Simply relying on a provider's built-in encryption features isn't enough. Tools like Censinet RiskOps can simplify the process by helping organizations manage risk assessments and benchmark their cybersecurity efforts. This ensures that patient data and PHI remain secure, even in the intricate landscape of cloud environments.

What evidence will OCR expect to see to prove encryption and key management compliance?

To meet compliance requirements, the OCR expects documented proof that your security measures align with federal standards. Here's what you'll need:

  • Written Security Rule Policies: Clearly outline your organization's policies to demonstrate adherence to the Security Rule.
  • Current Asset Inventory: Maintain an up-to-date list of assets to track devices and systems that interact with ePHI.
  • Network Map: Provide a detailed diagram showing how ePHI moves within your network.

Your safeguards should align with NIST standards, such as NIST SP 800-111 for securing data at rest. Cryptographic modules must also comply with FIPS 140-2 or 140-3 validation requirements.

Additionally, implement robust key management practices, maintain comprehensive audit logs, and conduct annual internal compliance audits to assess the effectiveness of your security measures. These steps ensure your organization remains aligned with regulatory expectations.

Related Blog Posts