diff options
author | Leo C <leoc@gmx.com> | 2018-05-04 20:33:23 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-04 20:33:23 +0100 |
commit | d73856852dbb1328d8936b1db42635f16b3f9c27 (patch) | |
tree | 4b2a2ac1b1f4fb0aee9799b75e78d26c8f65fbb1 /system/dislocker/slack-desc | |
parent | da36b881a0a8c7da270410b25ec1c6ee52cc8c0d (diff) | |
download | slackbuilds-d73856852dbb1328d8936b1db42635f16b3f9c27.tar.gz |
system/dislocker: Added (read/write Windows BitLocker-ed volumes).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dislocker/slack-desc')
-rw-r--r-- | system/dislocker/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/dislocker/slack-desc b/system/dislocker/slack-desc new file mode 100644 index 0000000000..036c7e40f7 --- /dev/null +++ b/system/dislocker/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dislocker: dislocker (FUSE driver to read/write Windows' BitLocker-ed volumes) +dislocker: +dislocker: This software has been designed to read BitLocker encrypted partitions +dislocker: under a Linux system. +dislocker: The driver has the capability to read/write on: +dislocker: - Windows Vista, 7, 8, 8.1 and 10 encrypted partitions +dislocker: (AES-CBC, AES-XTS, 128 or 256 bits, with or without the Elephant +dislocker: diffuser, encrypted partitions) +dislocker: - BitLocker-To-Go encrypted partitions (USB/FAT32 partitions) +dislocker: +dislocker: Homepage: https://github.com/Aorimn/dislocker |