wok annotate dislocker/stuff/manpage/dislocker-bek.1 @ rev 24954
*/stuff/bootloader.S: add CHK_DOS_INT19
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 23 15:28:40 2022 +0000 (2022-04-23) |
parents | |
children |
rev | line source |
---|---|
al@20516 | 1 .TH dislocker-bek "1" "Jul 2017" "DISLOCKER-BEK 0.7.1" "Reads .BEK files and prints information about them".\" Text automatically generated by txt2man |
al@20516 | 2 .SH NAME |
al@20516 | 3 \fBdislocker-bek \fP- Reads .BEK files and prints information about them |
al@20516 | 4 .SH SYNOPSIS |
al@20516 | 5 .nf |
al@20516 | 6 .fam C |
al@20516 | 7 \fBdislocker-bek\fP [\fB-f\fP file.bek] |
al@20516 | 8 .fam T |
al@20516 | 9 .fi |
al@20516 | 10 .fam T |
al@20516 | 11 .fi |
al@20516 | 12 .SH DESCRIPTION |
al@20516 | 13 Dislocker has been designed to read BitLocker encrypted partitions under |
al@20516 | 14 a Linux system. The driver used to read volumes encrypted in Windows system |
al@20516 | 15 versions of the Vista to 10 and BitLocker-To-Go encrypted partitions,that's |
al@20516 | 16 USB/FAT32 partitions. |
al@20516 | 17 .PP |
al@20516 | 18 BEK file is a BitLocker Encryption Key. BitLocker Drive Encryption is a full |
al@20516 | 19 disk encryption feature included with the Microsoft's Windows versions Vista |
al@20516 | 20 to 10. It is designed to protect data by providing encryption for entire |
al@20516 | 21 volumes. |
al@20516 | 22 .PP |
al@20516 | 23 The software works with driver composed of a library, with multiple binaries |
al@20516 | 24 using this library. Decrypting the partition, you have to give it a mount |
al@20516 | 25 point where, once keys are decrypted, a file named dislocker-file appears. |
al@20516 | 26 This file is a virtual NTFS partition, so you can mount it as any NTFS |
al@20516 | 27 partition and then read from or write to it. Writing to the NTFS virtual |
al@20516 | 28 file will change the underlying BitLocker partition content. |
al@20516 | 29 .PP |
al@20516 | 30 This tool is useful in cryptography managing and forensics investigations. |
al@20516 | 31 .SH OPTIONS |
al@20516 | 32 .TP |
al@20516 | 33 .B |
al@20516 | 34 \fB-h\fP |
al@20516 | 35 print all options to help |
al@20516 | 36 .TP |
al@20516 | 37 .B |
al@20516 | 38 \fB-f\fP |
al@20516 | 39 read information about a .bek file |
al@20516 | 40 .SH AUTHOR |
al@20516 | 41 The DISLOCKER was written by Romain Coltel <romain.coltel@gmail.com> and |
al@20516 | 42 Hervé Schauer Consultants <Secretariat@hsc.fr> |
al@20516 | 43 .PP |
al@20516 | 44 This manual page was written by Giovani Augusto Ferreira <giovani@debian.org> |
al@20516 | 45 for the Debian project (but may be used by others). |