windows-itpro-docs/windows/deployment/usmt/usmt-migration-store-encryption.md
2023-02-27 13:57:02 -08:00

2.6 KiB

title, description, manager, ms.author, ms.prod, author, ms.date, ms.topic, ms.technology
title description manager ms.author ms.prod author ms.date ms.topic ms.technology
Migration Store Encryption (Windows 10) Learn how the User State Migration Tool (USMT) enables support for stronger encryption algorithms, called Advanced Encryption Standard (AES). aaroncz frankroj windows-client frankroj 11/01/2022 article itpro-deploy

Migration store encryption

This article discusses User State Migration Tool (USMT) 10.0 options for migration store encryption to protect the integrity of user data during a migration.

USMT encryption options

USMT enables support for stronger encryption algorithms, called Advanced Encryption Standard (AES), in several bit-level options. AES is a National Institute of Standards and Technology (NIST) specification for the encryption of electronic data.

The encryption algorithm you choose must be specified for both the ScanState.exe and the LoadState.exe commands, so that these commands can create or read the store during encryption and decryption. The new encryption algorithms can be specified on the ScanState.exe and the LoadState.exe command lines by using the /encrypt:encryptionstrength and the /decrypt:encryptionstrength command-line options. All of the encryption application programming interfaces (APIs) used by USMT are available in Windows 7, Windows 8, and Windows 10 operating systems. However, export restrictions might limit the set of algorithms that are available to computers in certain locales. You can use the UsmtUtils.exe file to determine which encryption algorithms are available to the computers' locales before you begin the migration.

The following table describes the command-line encryption options in USMT.

Component Option Description
ScanState /encrypt<AES, AES_128, AES_192, AES_256, 3DES, 3DES_112> This option and argument specify that the migration store is encrypted and which algorithm to use. When the algorithm argument isn't provided, the ScanState tool employs the 3DES algorithm.
LoadState /decrypt<AES, AES_128, AES_192, AES_256, 3DES, 3DES_112> This option and argument specify that the store must be decrypted and which algorithm to use. When the algorithm argument isn't provided, the LoadState tool employs the 3DES algorithm.

Important

Some encryption algorithms may not be available on your systems. You can verify which algorithms are available by running the UsmtUtils.exe command with the /ec option. For more information, see UsmtUtils syntax.

Plan your migration