Ich habe die VM-Box über erstellt Vagrantfile
Wenn ich jedoch versuche, den Speicher zu verschlüsseln, wird der folgende Fehler angezeigt:
$ VBoxManage encryptmedium aaa-bbb-ccc-ddd-eee --newpassword - --newpasswordid my_username --cipher "AES-XTS256-PLAIN64"
Enter new password:
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Encrypt hard disk operation for this cipher is not implemented yet!
Das gleiche passiert, wenn keine Chiffre angegeben wird.
Warum funktioniert das nicht? Und wie verschlüssele ich die VM richtig?
Zusätzliche Information:
$ VBoxManage --version
5.0.14r105127
$ VBoxManage showvminfo secure | grep 'SATA.*UUID'
SATAController (0, 0): ~/VirtualBox VMs/secure/box-disk1.vmdk (UUID: aaa-bbb-ccc-ddd-eee)
Ich bin auf OS X (El Capitan).