1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vmencryption-decryption">
|
---|
4 | <title>Decrypting Encrypted VMs</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>In some circumstances it might be required to decrypt previously encrypted VMs. This can be done in <ph
|
---|
8 | conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> or using <userinput>VBoxManage</userinput> with the following
|
---|
9 | command: </p>
|
---|
10 | <pre xml:space="preserve">VBoxManage encryptvm <varname>uuid</varname>|<varname>vmname</varname> setencryption --old-password <varname>file</varname>|-</pre>
|
---|
11 | <p>The only required parameter is the password the VM was encrypted with. The options are the same as for encrypting
|
---|
12 | VMs. </p>
|
---|
13 | </body>
|
---|
14 |
|
---|
15 | </topic>
|
---|