1. Linux

1.1. Debian 9 Stretch

1.1.1. Installation

  • Enter the following commands at a Command Line.

    sudo dpkg -i libmbedcrypto0_2.4.2-1+deb9u3_amd64.deb
    sudo dpkg -i libdislocker0.6_0.6.1-7_amd64.deb
    sudo dpkg -i dislocker_0.6.1-7_amd64.deb
    sudo mkdir -p /media/bitlocker
    sudo mkdir -p /media/mount

1.2. Debian 10 Buster

1.2.1. Installation

  • Enter the following commands at a Command Line.

    sudo apt-get install dislocker          ???

1.3. Usage

  • Enter the following commands at a Command Line.

    sudo fdisk -l
    sudo dislocker -r -V /dev/sde1 -uYourPassword -- /media/bitlocker       ???
    sudo mount -r -o loop /media/bitlocker/dislocker-file /media/mount      ???
    # Do your thing.
    sudo umount /media/mount