By default, Encryption Desktop Drive Encryption uses AES-256 encryption.
To change from AES-128 to AES-256 or vice versa requires the disk to be decrypted and encrypted again.
To determine whether AES-256 or AES-128 encryption is being used, run the following command at the command prompt on Windows x64:
"C:\Program Files (x86)\PGP Corporation\PGP Desktop\pgpwde" --status --disk 0 --xml |find "alg"
On Windows x32 run:
"C:\Program Files\PGP Corporation\PGP Desktop\pgpwde" --status --disk 0 --xml |find "alg"
<currentkey valid="true" alg="9"/>
<currentkey valid="true" alg="7"/>
This is by design.
1. Update the Disk Encryption policy on Encryption Management Server to use AES-256 or AES-128.
2. Right click on the Symantec Encryption Desktop tray and choose Update Policy to force a policy update.
3. Check that the policy has been updated by opening the file %appdata%\PGP Corporation\PGP\PGPprefs.xml in WordPad and searching for the second occurrence of
<key>wdePreferredCipher</key>
<integer>9</integer>
<key>wdePreferredCipher</key>
<integer>7</integer>
"C:\Program Files\PGP Corporation\PGP Desktop\pgpwde" --decrypt --disk 0 --ap passphrase
On Windows x32 use:
"C:\Program Files\PGP Corporation\PGP Desktop\pgpwde" --decrypt --disk 0 --ap passphrase
5. Encrypt the disk using the Encryption Desktop user interface or, if policy is set to force encryption of the boot disk, simply log off Windows and back on again.