Get a Quote     (408) 943-4100               TrueNAS Discord      VendOp_Icon_15x15px   Commercial Support Toggle between Light and Dark mode

Storage Encryption

  8 minute read.

Last Modified 2022-09-27 15:13 -0400

TrueNAS supports different encryption options for critical data.

Users are responsible for backing up and securing encryption keys and passphrases! Losing the ability to decrypt data is similar to a catastrophic data loss.

Data-at-rest encryption is available with:

The local TrueNAS system manages keys for data-at-rest. The user is responsible for storing and securing their keys. The Key Management Interface Protocol (KMIP) is included in TrueNAS 12.0.

Always consider the following drawbacks/considerations when encrypting data:

  • Losing encryption keys and passwords means losing your data.
  • Unrelated encrypted datasets do not support deduplication.
  • We do not recommend using GELI or ZFS encryption with deduplication because of the sizable performance impact.
  • Be cautious when using many encryption and deduplication features at once since they all compete for the same CPU cycles.

Encrypting a Storage Pool

Encrypting the root dataset of a new storage pool further increases data security. Create a new pool and set Encryption in the Pool Manager. TrueNAS shows a warning.

Storage Pools Add Encryption Warning

Read the warning, select Confirm, and click I Understand.

We recommend using the default encryption in Cipher, but other ciphers are available.

StoragePoolsAddCreateEncryptionCipher

TrueNAS supports AES Galois Counter Mode (GCM) and Counter with CBC-MAC (CCM) algorithms for encryption. These algorithms provide authenticated encryption with block ciphers.

Encrypting a New Dataset

TrueNAS can encrypt new datasets within an existing unencrypted storage pool without having to encrypt the entire pool. To encrypt a single dataset, go to Storage > Pools, open the for an existing dataset, and click Add Dataset.

StoragePoolsDatasetAdd

In the Encryption Options area, unset Inherit and check Encryption.

StoragePoolsCreateDatasetEncryptionOptions

Now select the authentication to use from the two options in Type: either a Key or Passphrase. The remaining options are the same as a new pool. Datasets with encryption enabled show additional icons in the Storage > Pools list.

Locking and Unlocking Datasets

The dataset locked/unlocked status is determined from an icon:

  • The dataset unlocked icon: .
  • The dataset locked icon: .
  • A Dataset on an encrypted pool with encryption properties that don’t match the root dataset have this icon: UnecryptedPoolEncryptionDatasetIcon
NOTE: An unencrypted pool with an encrypted dataset also shows this icon: UnecryptedPoolEncryptionDatasetIcon

Encrypted datasets can only be locked and unlocked when secured with a passphrase instead of a keyfile. Before locking a dataset, verify that it is not currently in use, then click   (Options) and Lock.

StoragePoolsDatasetLockOptions

Use the Force unmount option only if you are certain no one is currently accessing the dataset. After locking a dataset, the unlock icon changes to a locked icon. While the dataset is locked, it is not available for use.

To unlock a dataset, click and Unlock.

StoragePoolsDatasetUnlockOptions

Enter the passphrase and click Submit. To unlock child datasets, select Unlock Children. Child datasets that inherited encryption settings from the parent dataset unlock when the parent unlocks. Users can unlock child datasets with different passphrases as the parent simultaneously by entering their passphrases.

Confirm unlocking the datasets and wait for a dialog to show the unlock is successful.

StoragePoolsDatasetUnlockSuccess

StoragePoolsDatasetUnlockexample1

The parent dataset is media. It has three child datasets. The documents child dataset has inherited the parent encryption settings and password. The other two child datasets (audio and video) have their own passphrases. When the parent dataset is locked, all child datasets lock too.

StoragePoolsDatasetUnlockexample2

Open the for the parent dataset and select unlock. To unlock all the datasets, check the Unlock Children and enter the passphrase for each dataset that needs to be unlocked.

StoragePoolsDatasetUnlockexample3

Click the Continue button in the dialog window that confirms that the unlocking was successful. The dataset listing changes to show the unlocked icon.

Encryption Management

There are two ways to manage the encryption credentials: with Key Files or Passphrases:

Always back up the key file to a safe and secure location!

Creating a new encrypted pool automatically generates a new key file and prompts you to download it.

EncryptionKeyBackupWarning

Pool Keyfile

Manually download a copy of the inherited and non-inherited encrypted dataset keyfiles for the pool by opening the pool menu and selecting Export Dataset Keys. Enter the root password and click the CONTINUE button.

13StoragePoolsEncryptionActionsExportKeys

Dataset Keyfile

To manually download a back up of a single keyfile for the dataset, click the dataset and select Export Key. Enter the root password and click the CONTINUE button. Click the DOWNLOAD KEY button.

To change the key, click the dataset and Encryption Options.

13StoragePoolsEncryptedDataset

Enter your custom key or click Generate Key.

13StoragePoolsEncryptedDatasetOptions

The passphrase is the only means to decrypt the information stored in a dataset using passphrase encryption keys. Be sure to create a memorable passphrase or physically secure the passphrase.

To use a passphrase instead of a keyfile, click the dataset and Encryption Options. Change the Encryption Type from Key to Passphrase.

Storage Pools Dataset Encryption Passphrase

Set the rest of the options:

  • Passphrase is a user-defined string used to decrypt the dataset. Can use instead of an encryption key. Must be longer than 8 characters.
  • pbkdf2iters is the number of password-based key derivation function 2 (PBKDF2) iterations to use for reducing vulnerability to brute-force attacks. Entering a number greater than 100000 is required.

Unlocking a Replicated Encrypted Dataset or Zvol Without a Passphrase

TrueNAS Enterprise users may connect a Key Management Interoperability Protocol (KMIP) server to centralize keys when they are not using passphrases to unlock a dataset or zvol.

Users with TrueNAS CORE or Enterprise installations without KMIP should either replicate the dataset or zvol without properties to disable encryption at the remote end or construct a special json manifest to unlock each child dataset/zvol with a unique key.

Unlocking Methods

  1. Replicate every encrypted dataset you want to replicate with properties.
  2. Export key for every child dataset which has a unique key.
  3. For each child dataset construct a proper json with poolname/datasetname of the destination system and key from the source system like this: {"tank/share01": "57112db4be777d93fa7b76138a68b790d46d6858569bf9d13e32eb9fda72146b"}
  4. Save this file with the extension .json.
  5. On remote system unlock the dataset(s) using properly constructed json files.

Uncheck properties when replicating so that the destination dataset is not be encrypted on the remote side and does not require a key to unlock.

  1. Go to Tasks > Replication Tasks and click ADD.
  2. Click ADVANCED REPLICATION CREATION.
  3. Fill out the form as needed and make sure Include Dataset Properties is NOT checked.
  4. Click SUBMIT.

This does not affect TrueNAS Enterprise installs with KMIP.

Legacy GELI Encryption

TrueNAS no longer supports GELI encryption (deprecated).

No. You must migrate data out of the GELI pool and into a ZFS encrypted pool.

GELI Pool Migrations

Data can be migrated from the GELI-encrypted pool to a new ZFS-encrypted pool. Be sure to unlock the GELI-encrypted pool before attempting any data migrations. The new ZFS-encrypted pool must be at least the same size as the previous GELI-encrypted pool. Do not delete the GELI dataset until you have verified the data migration.

There are a few options to migrate data from a GELI-encrypted pool to a new ZFS-encrypted pool:

GELI Migration Methods

GELI encrypted pools continue to be detected and supported in the TrueNAS web interface as Legacy Encrypted pools. As of TrueNAS version 12.0-U1, a decrypted GELI pool can migrate data to a new ZFS encrypted pool using the Replication Wizard.

Start the Replication Wizard by selecting Tasks > Replication Task > ADD

Source Location:

  • Select On this System.
  • Set the dataset to transfer.

Destination Location:

  • Select On a Different System.

SSH Connection:

  • Either created the ssh connection by clicking Create New or select the destination system ssh connection.
  • In Destination, select the dataset to replicate the files to.
  • Select Encryption.
  • Select either PASSPHRASE or HEX as the Encryption Key Format.
  • If you selected PASSPHRASE, enter the passphrase. If you selected HEX, set Generate Encryption Key.
  • Select Store Encryption key in Sending TrueNAS database.
  • Click Next

Replication Schedule:

  • Select Run Once in Replication Schedule.

  • Clear the checkmark in Make Destination Dataset Read-Only.

  • Click START REPLICATION

This method does not preserve file ACLs.

The web interface supports using Tasks > Rsync Tasks to transfer files out of the GELI pool. In the Shell, rsync and other file transfer mechanisms (scp, cp, sftp, ftp, rdiff-backup) are available for copying data between pools.

These instructions are an example walk-through. It is not an exact step-by-step guide for all situations. Research ZFS send/receive before attempting this. A simple example cannot cover every edge case.

Legend:

  • GELI pool = pool_a
  • Origin dataset = dataset_1
  • Latest snapshot of GELI pool = snapshot_name
  • ZFS native-encrypted pool = pool_b
  • Receieving dataset = dataset_2
  1. Create a new encrypted pool in Storage > Pools.
  2. Open the Shell. Make a new snapshot of the GELI pool and dataset with the data to migrate. Enter command: zfs snapshot -r pool_a/dataset_1@snapshot_name.
  3. Create a passphrase: echo passphrase > /tmp/pass.
  4. Use ZFS send/receive to transfer the data between pools. Enter command: zfs send -Rv pool_a/dataset_1@snapshot_name | zfs recv -o encryption=on -o keyformat=passphrase -o keylocation=file:///tmp/pass pool_b/dataset_2.
  5. After the transfer completes, go to Storage > Pools and lock the new dataset. After locking the dataset, immediately unlock it. TrueNAS prompts for the passphrase. After entering the passphrase and unlocking the pool, you can delete the /tmp/pass file used for the transfer.
  6. If desired, you can convert the dataset to use a keyfile instead of a passphrase. To use a key file, click the dataset   (Options) and click Encryption Options. Change the Encryption Type from Passphrase to Key and save. Back up your key file immediately!
  7. Repeat this process for every dataset in the pool that you need to migrate.

Related Storage Articles