ONTAP 9.13

to Japanese version

Encryption

ONTAP offers both software- and hardware-based encryption technologies to ensure that data at rest cannot be read if the storage medium is repurposed, returned, misplaced, or stolen.

ONTAP is compliant with the Federal Information Processing Standards (FIPS) 140-2 for all SSL connections. You can use the following encryption solutions:

  • Hardware solutions:

    • Storage Encryption (SE)

      SE is a hardware solution that uses self-encrypting drives (SEDs).

    • NVMe SEDs

      ONTAP provides full disk encryption for NVMe SEDs that do not have FIPS 140-2 certification.

  • Software solutions:

    • Aggregate Encryption (AE)

      AE is a software solution that enables encryption of any data volume on any drive type where it is enabled with unique keys for each aggregate.

    • Volume Encryption (VE)

      VE is a software solution that enables encryption of any data volume on any drive type where it is enabled with a unique key for each volume.

Use both software (AE or VE) and hardware (SE or NVMe SED) encryption solutions to achieve double encryption at rest. Storage efficiency is not affected by AE or VE encryption.

Storage Encryption

Storage Encryption (SE) supports SEDs that encrypt data as it is written. The data cannot be read without an encryption key stored on the disk. The encryption key, in turn, is accessible only to an authenticated node.

On an I/O request, a node authenticates itself to an SED using an authentication key retrieved from an external key management server or Onboard Key Manager:

  • The external key management server is a third-party system in your storage environment that serves authentication keys to nodes using the Key Management Interoperability Protocol (KMIP).

  • The Onboard Key Manager is a built-in tool that serves authentication keys to nodes from the same storage system as your data.

SE supports self-encrypting HDDs and SSDs. You can use Volume Encryption with SE to double encrypt data on SE drives.

NVMe self-encrypting drives

NVMe SEDs do not have FIPS 140-2 certification, however, these disks use AES 256-bit transparent disk encryption to protect data at rest.

Data encryption operations, such as generating an authentication key, are performed internally. The authentication key is generated the first time the disk is accessed by the storage system. After that, the disks protect data at rest by requiring storage system authentication each time data operations are requested.

Aggregate Encryption

Aggregate Encryption (AE) is a software-based technology for encrypting all data on an aggregate. A benefit of AE is that volumes are included in aggregate level deduplication, whereas VE volumes are excluded.

With AE enabled, the volumes within the aggregate can be encrypted with aggregate keys.

Beginning with ONTAP 9.7, newly created aggregates and volumes are encrypted by default when you have the VE license and onboard or external key management.

Volume Encryption

Volume Encryption (VE) is a software-based technology for encrypting data at rest one volume at a time. An encryption key accessible only to the storage system ensures that volume data cannot be read if the underlying device is separated from the system.

Both data, including Snapshot copies, and metadata are encrypted. Access to the data is given by a unique XTS-AES-256 key, one per volume. A built-in Onboard Key Manager secures the keys on the same system with your data.

You can use VE on any type of aggregate (HDD, SSD, hybrid, array LUN), with any RAID type, and in any supported ONTAP implementation. You can also use VE with Storage Encryption (SE) to double encrypt data on SE drives.

When to use KMIP servers Although it is less expensive and typically more convenient to use the Onboard Key Manager, you should set up KMIP servers if any of the following are true:

  • Your encryption key management solution must comply with Federal Information Processing Standards (FIPS) 140-2 or the OASIS KMIP standard.

  • You need a multi-cluster solution. KMIP servers support multiple clusters with centralized management of encryption keys.

    KMIP servers support multiple clusters with centralized management of encryption keys.

  • Your business requires the added security of storing authentication keys on a system or in a location different from the data.

    KMIP servers stores authentication keys separately from your data.

Top of Page