Decrypting Encrypted VMs

In some circumstances it might be required to decrypt previously encrypted VMs. This can be done in or using VBoxManage with the following command:

VBoxManage encryptvm uuid|vmname setencryption --old-password file|-

The only required parameter is the password the VM was encrypted with. The options are the same as for encrypting VMs.