wok-6.x diff dislocker/stuff/manpage/dislocker-bek.1 @ rev 22420

these 3 packages seem not used in xfce4 v4.12, so reverting to last version in slitaz: 4.10.0: libxfcegui4 libxfcegui4-dev xfce4-mixer
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:01:23 2019 +0000 (2019-12-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dislocker/stuff/manpage/dislocker-bek.1	Sun Dec 15 09:01:23 2019 +0000
     1.3 @@ -0,0 +1,45 @@
     1.4 +.TH dislocker-bek "1" "Jul 2017" "DISLOCKER-BEK 0.7.1" "Reads .BEK files and prints information about them".\" Text automatically generated by txt2man
     1.5 +.SH NAME
     1.6 +\fBdislocker-bek \fP- Reads .BEK files and prints information about them
     1.7 +.SH SYNOPSIS
     1.8 +.nf
     1.9 +.fam C
    1.10 +\fBdislocker-bek\fP [\fB-f\fP file.bek]
    1.11 +.fam T
    1.12 +.fi
    1.13 +.fam T
    1.14 +.fi
    1.15 +.SH DESCRIPTION
    1.16 +Dislocker has been designed to read BitLocker encrypted partitions under
    1.17 +a Linux system. The driver used to read volumes encrypted in Windows system
    1.18 +versions of the Vista to 10 and BitLocker-To-Go encrypted partitions,that's
    1.19 +USB/FAT32 partitions.
    1.20 +.PP
    1.21 +BEK file is a BitLocker Encryption Key. BitLocker Drive Encryption is a full
    1.22 +disk encryption feature included with the Microsoft's Windows versions Vista
    1.23 +to 10. It is designed to protect data by providing encryption for entire
    1.24 +volumes.
    1.25 +.PP
    1.26 +The software works with driver composed of a library, with multiple binaries
    1.27 +using this library. Decrypting the partition, you have to give it a mount
    1.28 +point where, once keys are decrypted, a file named dislocker-file appears.
    1.29 +This file is a virtual NTFS partition, so you can mount it as any NTFS
    1.30 +partition and then read from or write to it. Writing to the NTFS virtual
    1.31 +file will change the underlying BitLocker partition content.
    1.32 +.PP
    1.33 +This tool is useful in cryptography managing and forensics investigations.
    1.34 +.SH OPTIONS
    1.35 +.TP
    1.36 +.B
    1.37 +\fB-h\fP
    1.38 +print all options to help
    1.39 +.TP
    1.40 +.B
    1.41 +\fB-f\fP
    1.42 +read information about a .bek file
    1.43 +.SH AUTHOR
    1.44 +The DISLOCKER was written by Romain Coltel <romain.coltel@gmail.com> and 
    1.45 +Hervé Schauer Consultants <Secretariat@hsc.fr>
    1.46 +.PP
    1.47 +This manual page was written by Giovani Augusto Ferreira <giovani@debian.org>
    1.48 +for the Debian project (but may be used by others).