Virtualbox解密

Virtualbox解密

所以我在我的一台虛擬機器上進行了加密設定。

現在,當我啟動機器時,它不再詢問加密密碼,而是進入暫停狀態並無限等待,這意味著虛擬機器升級後來賓插件遺失了。

如何解密該虛擬機器以便可以重複使用該虛擬機器?我想要回我的數據,在這台機器上開發了幾個月。有Virtualbox的高手可以解答嗎?

解密時,報錯:

VBoxManage encryptmedium --cipher -aes-256-cbc algo2020/algo2020.vdi --oldpassword  algo2020d/pwd.txt 
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Encrypt hard disk operation for this cipher is not implemented yet!

pwd.txt 僅包含密碼。

答案1

對我有用的是這個指令:

VBoxManage encryptmedium algo2020/algo2020.vdi  --cipher AES-XTS256-PLAIN64   --oldpassword -

相關內容