1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: dislocker
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sven Geuer <sge@debian.org>,
Giovani Augusto Ferreira <giovani@debian.org>,
Build-Depends: debhelper-compat (=13),
dpkg-dev (>= 1.22.5),
cmake,
libfuse3-dev,
libmbedtls-dev,
pkgconf,
ruby-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/Aorimn/dislocker
Vcs-Git: https://salsa.debian.org/pkg-security-team/dislocker.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dislocker
Package: libdislocker0.7t64
Provides: ${t64:Provides},
Section: libs
Architecture: any
Replaces: libdislocker0.6 (<< 0.7~),
libdislocker0.7,
Breaks: libdislocker0.6 (<< 0.7~),
libdislocker0.7 (<< ${source:Version}),
Depends: ${misc:Depends},
${shlibs:Depends},
Description: read/write encrypted BitLocker volumes (shared library)
Dislocker has been designed to read BitLocker encrypted partitions under
a Linux system. The driver used to read volumes encrypted in Windows system
versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's
USB/FAT32 partitions.
.
The software works with driver composed of a library, with multiple binaries
using this library. Decrypting the partition, you have to give it a mount
point where, once keys are decrypted, a file named dislocker-file appears.
This file is a virtual NTFS partition, so you can mount it as any NTFS
partition and then read from or write to it. Writing to the NTFS virtual
file will change the underlying BitLocker partition content.
.
This package provides the runtime library.
Package: libdislocker0-dev
Architecture: any
Section: libdevel
Depends: libdislocker0.7t64 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: foreign
Description: read/write encrypted BitLocker volumes (development files)
Dislocker has been designed to read BitLocker encrypted partitions under
a Linux system. The driver used to read volumes encrypted in Windows system
versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's
USB/FAT32 partitions.
.
The software works with driver composed of a library, with multiple binaries
using this library. Decrypting the partition, you have to give it a mount
point where, once keys are decrypted, a file named dislocker-file appears.
This file is a virtual NTFS partition, so you can mount it as any NTFS
partition and then read from or write to it. Writing to the NTFS virtual
file will change the underlying BitLocker partition content.
.
This package provides the development files.
Package: dislocker
Architecture: any
Depends: libdislocker0.7t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends: ruby,
Description: read/write encrypted BitLocker volumes
Dislocker has been designed to read BitLocker encrypted partitions under
a Linux system. The driver used to read volumes encrypted in Windows system
versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's
USB/FAT32 partitions.
.
The software works with driver composed of a library, with multiple binaries
using this library. Decrypting the partition, you have to give it a mount
point where, once keys are decrypted, a file named dislocker-file appears.
This file is a virtual NTFS partition, so you can mount it as any NTFS
partition and then read from or write to it. Writing to the NTFS virtual
file will change the underlying BitLocker partition content. To use
dislocker-find Ruby is required.
.
This tool is useful in cryptography managing and forensics investigations.
|