Imported Upstream version 2.6.1
[platform/upstream/cryptsetup.git] / man / cryptsetup-bitlkDump.8.adoc
1 = cryptsetup-bitlkDump(8)
2 :doctype: manpage
3 :manmanual: Maintenance Commands
4 :mansource: cryptsetup {release-version}
5 :man-linkstyle: pass:[blue R < >]
6 :COMMON_OPTIONS:
7 :ACTION_BITLKDUMP:
8
9 == Name
10
11 cryptsetup-bitlkDump - dump the header information of a BITLK (BitLocker compatible) device
12
13 == SYNOPSIS
14
15 *cryptsetup _bitlkDump_ [<options>] <device>*
16
17 == DESCRIPTION
18
19 Dump the header information of a BITLK (BitLocker compatible) device.
20
21 If the --dump-volume-key option is used, the BITLK device volume key
22 is dumped instead of header information. You have to provide password
23 or keyfile to dump volume key.
24
25 Beware that the volume key can be used to decrypt the data stored in
26 the container without a passphrase.
27 This means that if the volume key is compromised, the whole device has
28 to be erased to prevent further access. Use this option carefully.
29
30 *<options>* can be [--dump-volume-key, --volume-key-file, --key-file,
31 --keyfile-offset, --keyfile-size, --timeout].
32
33 include::man/common_options.adoc[]
34 include::man/common_footer.adoc[]