How to Install and Uninstall dislocker Package on Kali Linux

Last updated: May 10,2024

1. Install "dislocker" package

Please follow the guidance below to install dislocker on Kali Linux

$ sudo apt update $ sudo apt install dislocker

2. Uninstall "dislocker" package

In this section, we are going to explain the necessary steps to uninstall dislocker on Kali Linux:

$ sudo apt remove dislocker $ sudo apt autoclean && sudo apt autoremove

3. Information about the dislocker package on Kali Linux

Package: dislocker
Version: 0.7.3-3
Installed-Size: 94
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.34), libdislocker0.7 (>= 0.7.3), libfuse2 (>= 2.6), libruby3.1 (>= 3.1.0~preview1)
Recommends: ruby
Size: 23152
SHA256: 45fc1c63c8dc0b2312c0ca264d86b91f4bdd202361f84027c2c624435f5ee043
SHA1: 82a7b465c37a4825a44531e1c19e9a15465b4274
MD5sum: 3d5c664af2fff061688be63b1e987c21
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.
Description-md5:
Homepage: https://github.com/Aorimn/dislocker
Section: utils
Priority: optional
Filename: pool/main/d/dislocker/dislocker_0.7.3-3_amd64.deb