wok view dislocker/stuff/manpage/dislocker-metadata.1 @ rev 23451

updated ptpython (2.0.4 -> 3.0.1)
author Hans-G?nter Theisgen
date Fri Apr 03 10:38:18 2020 +0100 (2020-04-03)
parents
children
line source
1 .TH dislocker-metadata "1" "Jul 2017" "DISLOCKER-METADATA 0.7.1" "printing information about a BitLocker-encrypted volume"
2 .\" Text automatically generated by txt2man
3 .SH NAME
4 \fBdislocker-metadata \fP- printing information about a BitLocker-encrypted volume
5 .SH SYNOPSIS
6 .nf
7 .fam C
8 \fBdislocker-metadata\fP [\fIOPTIONS\fP]
9 .fam T
10 .fi
11 .fam T
12 .fi
13 .SH DESCRIPTION
14 Dislocker has been designed to read BitLocker encrypted partitions under
15 a Linux system. The driver used to read volumes encrypted in Windows system
16 versions of the Vista to 10 and BitLocker-To-Go encrypted partitions,that's
17 USB/FAT32 partitions.
18 .PP
19 The software works with driver composed of a library, with multiple binaries
20 using this library. Decrypting the partition, you have to give it a mount
21 point where, once keys are decrypted, a file named dislocker-file appears.
22 This file is a virtual NTFS partition, so you can mount it as any NTFS
23 partition and then read from or write to it. Writing to the NTFS virtual
24 file will change the underlying BitLocker partition content.
25 .PP
26 This tool is useful in cryptography managing and forensics investigations.
27 .SH OPTIONS
28 .TP
29 .B
30 \fB-h\fP
31 print all options to help
32 .TP
33 .B
34 \fB-o\fP
35 partition offset
36 .TP
37 .B
38 \fB-v\fP
39 increase verbosity to debug level
40 .TP
41 .B
42 \fB-V\fP VOLUME
43 volume to get metadata from
44 .SH AUTHOR
45 The DISLOCKER was written by Romain Coltel <romain.coltel@gmail.com> and
46 Hervé Schauer Consultants <Secretariat@hsc.fr>
47 .PP
48 This manual page was written by Giovani Augusto Ferreira <giovani@debian.org>
49 for the Debian project (but may be used by others).