From 16f504a9dca3fe3b70568f67b7d41241ae485288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:04 +0200 Subject: Adding upstream version 7.0.6-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml (limited to 'doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml') diff --git a/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml b/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml new file mode 100644 index 00000000..a66a84e7 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-checkmediumpwd.xml @@ -0,0 +1,113 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + VBoxManage checkmediumpwd + + + + VBoxManage-checkmediumpwd + 1 + + + + VBoxManage-checkmediumpwd + check encryption password on a DEK-encrypted medium or a disk image + &product-name; + + + + + + VBoxManage checkmediumpwd + + uuid + filename + + password-file + + + + + Description + + The VBoxManage checkmediumpwd command checks + the current encryption password on a DEK-encrypted medium or a + disk image. See . + + + The command response indicates if the specified password is + correct. + + + + uuid|filename + + Specifies the Universally Unique Identifier (UUID) or the + absolute path name of the medium or image. + + + + password-file + + Specifies the password to check. The password + can be the absolute path name of a password file + on the host OS or the dash character (-) + to prompt you for the password on the command line. + + + + + + + Examples + + + The following example checks the encryption password for the + ol7u4-1.vdi disk image. The password + is contained in a file called pwfile. + + + The command returns a message indicating that the specified + password is correct. + +$ VBoxManage checkmediumpwd "$HOME/VirtualBox VMs/ol7u4/ol7u4-1.vdi" /home/user/pwfile + The given password is correct + + + + See Also + + + + + -- cgit v1.2.3