dislocker-file

read/write encrypted BitLocker volumes

Install

All systems
curl cmd.cat/dislocker-file.sh
Debian Debian
apt-get install dislocker
Ubuntu
apt-get install dislocker
image/svg+xml Kali Linux
apt-get install dislocker
Fedora
dnf install dislocker
Windows (WSL2)
sudo apt-get update sudo apt-get install dislocker
OS X
brew install dislocker
Raspbian
apt-get install dislocker

dislocker

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. This tool is useful in cryptography managing and forensics investigations.