DISLOCKER-FUSE(1) | DISLOCKER-FUSE | DISLOCKER-FUSE(1) |
Dislocker-fuse - Read/write BitLocker encrypted volumes under Linux, OSX and FreeBSD.
dislocker-fuse [-hqrsv] [-l LOG_FILE] [-O OFFSET] [-V VOLUME DECRYPTMETHOD -F[N]] [-- ARGS...]
Where DECRYPTMETHOD = {-p[RECOVERY_PASSWORD] | -f BEK_FILE | -u[USER_PASSWORD] | -k FVEK_FILE | -c}
Given a decryption mean, the program is used to read or write BitLocker encrypted volumes. Technically, the program will create a virtual NTFS partition that you can mount as any other NTFS partition.
The virtual partition is linked to the underlying BitLocker volume, so any write to this volume is put on the BitLocker volume as well. However, you can use dd(1) to get rid of this limitation -- if it's a limitation for you. An example is provided in the EXAMPLES section of this man page.
Program's options are described below:
ARGS are any arguments you want to pass to FUSE. Note that you need to pass at least the mount-point.
- 64 bytes (512 bits) which are the FVEK as in the FVEK key protector once decrypted.
The file is therefore 66 bytes long, not more nor less. Note that you may have to deal with endianness.
These are examples you can run directly. First, you may want to copy the BitLocker volume:
Then dislock it:
--
--
Note that these are examples and, as such, may need to be modified. For instance, you may want to change the decryption method used in them.
This tool is developed by Romain Coltel on behalf of HSC (http://www.hsc.fr/)
Feel free to send bugs report to <dislocker __AT__ hsc __DOT__ fr>
2011-09-07 | Linux |